commit | 28beba31d68a433b01ffa785015b28e3d1f1f9bc | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Dec 12 14:57:40 2005 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Dec 12 14:57:40 2005 +0100 |
tree | 49f35e92093d15741476033acc23945e60092baf | |
parent | b0aa29effacd4212e24213693d8e8d9febefe7f7 [diff] [blame] |
server: Added infrastructure for access rights mapping.
diff --git a/server/snapshot.c b/server/snapshot.c index 1d2ec97..0ef5370 100644 --- a/server/snapshot.c +++ b/server/snapshot.c
@@ -66,6 +66,7 @@ NULL, /* satisfied */ no_signal, /* signal */ no_get_fd, /* get_fd */ + no_map_access, /* map_access */ no_lookup_name, /* lookup_name */ no_close_handle, /* close_handle */ snapshot_destroy /* destroy */