updates.
[silc.git] / apps / silcd / command_reply.c
index 4717e3b77a440fa071f208cd6882a4fd84dc432d..a012aa8c7db56bbf843e87b706c5b60de4028f7c 100644 (file)
@@ -107,7 +107,7 @@ void silc_server_command_reply_process(SilcServer server,
     return;
   }
 
-  cmd->cb(ctx);
+  cmd->cb(ctx, NULL);
 }
 
 /* Free command reply context and its internals. */