diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-06-23 16:30:45 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-06-23 16:30:45 +0000 |
commit | 021e5d47b4ac2fd2088cee65e551fd7e6114e99b (patch) | |
tree | 703829ff172d75f5417e42041ed4694a53d10e71 /src/exit | |
parent | c1bac2613d2e7915ab23c3675918aa839514bd97 (diff) |
convert DHT API to new MQ API
Diffstat (limited to 'src/exit')
-rw-r--r-- | src/exit/gnunet-daemon-exit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c index 7b9f7d5c90..854d12006c 100644 --- a/src/exit/gnunet-daemon-exit.c +++ b/src/exit/gnunet-daemon-exit.c @@ -3480,7 +3480,6 @@ do_dht_put (void *cls) sizeof (struct GNUNET_DNS_Advertisement), &dns_advertisement, expiration, - GNUNET_TIME_UNIT_FOREVER_REL, &dht_put_cont, NULL); } |