server: Added infrastructure for access rights mapping.
diff --git a/server/hook.c b/server/hook.c
index 431243e..dd7b177 100644
--- a/server/hook.c
+++ b/server/hook.c
@@ -83,6 +83,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 */
     hook_table_destroy            /* destroy */