Add name_lookup function in object_ops.

diff --git a/server/hook.c b/server/hook.c
index eb40d14..d523961 100644
--- a/server/hook.c
+++ b/server/hook.c
@@ -80,6 +80,7 @@
     NULL,                         /* satisfied */
     no_signal,                    /* signal */
     no_get_fd,                    /* get_fd */
+    no_lookup_name,               /* lookup_name */
     no_close_handle,              /* close_handle */
     hook_table_destroy            /* destroy */
 };