server: Add an open_file() function to the object operations.
diff --git a/server/hook.c b/server/hook.c
index 6137b58..c9bf3db 100644
--- a/server/hook.c
+++ b/server/hook.c
@@ -85,6 +85,7 @@
     no_get_fd,                    /* get_fd */
     no_map_access,                /* map_access */
     no_lookup_name,               /* lookup_name */
+    no_open_file,                 /* open_file */
     no_close_handle,              /* close_handle */
     hook_table_destroy            /* destroy */
 };