fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 10 Oct 2011 13:48:38 +0000 (13:48 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 10 Oct 2011 13:48:38 +0000 (13:48 +0000)
src/dv/gnunet-service-dv.c

index 0940fd9f0cef82b6cf2fdcf07db3fd1ca5dc89f6..e58fd70e41b37cb60ed85cc962c806a77f0c0d02 100644 (file)
@@ -3289,7 +3289,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
   GNUNET_SERVER_add_handlers (server, plugin_handlers);
   coreAPI = GNUNET_CORE_connect (cfg, 1, NULL,  /* FIXME: anything we want to pass around? */
                                  &core_init, &handle_core_connect,
-                                 &handle_core_disconnect, NULL, NULL, GNUNET_NO,
+                                 &handle_core_disconnect, NULL, GNUNET_NO,
                                  NULL, GNUNET_NO, core_handlers);
 
   if (coreAPI == NULL)