aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
commit4e49d814f8c52d784e8aa7bd57a40eda7656d3c0 (patch)
tree86f9971794e0d72f8de9ac2886fd11e85ccde7c1 /src/dht
parent0a15f777a19feea3937264b6acf96685b76bbc45 (diff)
downloadgnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.tar.gz
gnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.zip
another core API simplification due to ATS introduction
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index e1421e0f6..f4717711f 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -2053,7 +2053,6 @@ GDS_NEIGHBOURS_init ()
2053 &core_init, 2053 &core_init,
2054 &handle_core_connect, 2054 &handle_core_connect,
2055 &handle_core_disconnect, 2055 &handle_core_disconnect,
2056 NULL, /* Do we care about "status" updates? */
2057 NULL, GNUNET_NO, 2056 NULL, GNUNET_NO,
2058 NULL, GNUNET_NO, 2057 NULL, GNUNET_NO,
2059 core_handlers); 2058 core_handlers);