server: Added infrastructure for access rights mapping.
diff --git a/server/clipboard.c b/server/clipboard.c
index 3aa7f01..3963885 100644
--- a/server/clipboard.c
+++ b/server/clipboard.c
@@ -58,6 +58,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 */
     no_destroy                    /* destroy */