[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: fix continuation
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: fix continuation |
Date: |
Mon, 30 Apr 2018 11:06:09 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 80e3eef74 fix continuation
80e3eef74 is described below
commit 80e3eef74adc7603240208dbd5524961560b88b7
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 30 11:06:07 2018 +0200
fix continuation
---
src/zonemaster/gnunet-service-zonemaster.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/zonemaster/gnunet-service-zonemaster.c
b/src/zonemaster/gnunet-service-zonemaster.c
index b45ed576c..dc1104156 100644
--- a/src/zonemaster/gnunet-service-zonemaster.c
+++ b/src/zonemaster/gnunet-service-zonemaster.c
@@ -777,6 +777,7 @@ put_gns_record (void *cls,
(void) cls;
ns_iteration_left--;
+ check_zone_dht_next ();
rd_public_count = convert_records_for_export (rd,
rd_count,
rd_public);
@@ -785,7 +786,6 @@ put_gns_record (void *cls,
GNUNET_assert (NULL == zone_publish_task);
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Record set empty, moving to next record set\n");
- check_zone_dht_next ();
return;
}
/* We got a set of records to publish */
@@ -804,7 +804,6 @@ put_gns_record (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Could not perform DHT PUT, is the DHT running?\n");
GNUNET_free (ma);
- check_zone_dht_next ();
return;
}
dht_queue_length++;
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: fix continuation,
gnunet <=