aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht.c')
-rw-r--r--src/dht/gnunet-service-dht.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index a310cc944..32c01e384 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -834,6 +834,7 @@ run (void *cls,
834 &core_init, /* Call core_init once connected */ 834 &core_init, /* Call core_init once connected */
835 &handle_core_connect, /* Don't care about connects */ 835 &handle_core_connect, /* Don't care about connects */
836 NULL, /* Don't care about disconnects */ 836 NULL, /* Don't care about disconnects */
837 NULL, /* Don't care about peer status changes */
837 NULL, /* Don't want notified about all incoming messages */ 838 NULL, /* Don't want notified about all incoming messages */
838 GNUNET_NO, /* For header only inbound notification */ 839 GNUNET_NO, /* For header only inbound notification */
839 NULL, /* Don't want notified about all outbound messages */ 840 NULL, /* Don't want notified about all outbound messages */