diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-04-25 18:48:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-04-25 18:48:32 +0200 |
commit | c15e7951180d954ca584a95206543e8997b3a7d4 (patch) | |
tree | ae4b35aba9f80f1456946aa82b2863a326e65554 /src/namestore/gnunet-zoneimport.c | |
parent | 5c1d0aa2db08d35e46dbc61ad75b0f6e941248c0 (diff) |
clean up zone iteration logic
Diffstat (limited to 'src/namestore/gnunet-zoneimport.c')
-rw-r--r-- | src/namestore/gnunet-zoneimport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c index 356e740f14..779df695b7 100644 --- a/src/namestore/gnunet-zoneimport.c +++ b/src/namestore/gnunet-zoneimport.c @@ -1515,6 +1515,7 @@ iterate_zones (void *cls) NULL); GNUNET_CONTAINER_multihashmap_destroy (ns_pending); ns_pending = NULL; + GNUNET_assert (NULL == t); t = GNUNET_SCHEDULER_add_now (&process_queue, NULL); return; |