aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
commit021e5d47b4ac2fd2088cee65e551fd7e6114e99b (patch)
tree703829ff172d75f5417e42041ed4694a53d10e71 /src/exit
parentc1bac2613d2e7915ab23c3675918aa839514bd97 (diff)
downloadgnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.tar.gz
gnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.zip
convert DHT API to new MQ API
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 7b9f7d5c9..854d12006 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3480,7 +3480,6 @@ do_dht_put (void *cls)
3480 sizeof (struct GNUNET_DNS_Advertisement), 3480 sizeof (struct GNUNET_DNS_Advertisement),
3481 &dns_advertisement, 3481 &dns_advertisement,
3482 expiration, 3482 expiration,
3483 GNUNET_TIME_UNIT_FOREVER_REL,
3484 &dht_put_cont, NULL); 3483 &dht_put_cont, NULL);
3485} 3484}
3486 3485