-fix
[oweals/gnunet.git] / src / dht / gnunet-service-dht_neighbours.c
index 083b499230d734f3157cf80cad7d8bcd97b7aeda..dc91ac32d0a4141b82b2703c79bc883a6159d473 100644 (file)
@@ -1980,7 +1980,7 @@ GDS_NEIGHBOURS_init ()
     bucket_size = (unsigned int) temp_config_num;
   atsAPI = GNUNET_ATS_performance_init (GDS_cfg, NULL, NULL);
   coreAPI =
-      GNUNET_CORE_connect (GDS_cfg, 1, NULL, &core_init, &handle_core_connect,
+      GNUNET_CORE_connect (GDS_cfg, NULL, &core_init, &handle_core_connect,
                            &handle_core_disconnect, NULL, GNUNET_NO, NULL,
                            GNUNET_NO, core_handlers);
   if (coreAPI == NULL)