summaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-10 10:58:03 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-10 10:58:03 +0000
commit946519bd5ddd5bf8f6459fe091e45b1adec29c45 (patch)
treefaf1c40c2b7e18bcc4784dc929c9eca0e02949fa /src/namestore/gnunet-service-namestore.c
parentea16c7437091f1d8fccec3cc4398621d86b97e3d (diff)
downloadgnunet-946519bd5ddd5bf8f6459fe091e45b1adec29c45.tar.gz
gnunet-946519bd5ddd5bf8f6459fe091e45b1adec29c45.zip
-finalize iterate_all_zones as well
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index b58f43613..047c9e055 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -912,7 +912,7 @@ zone_iteraterate_proc (void *cls,
912 { 912 {
913 /* what is this!? should never happen */ 913 /* what is this!? should never happen */
914 proc->res_iteration_finished = IT_START; 914 proc->res_iteration_finished = IT_START;
915 GNUNET_break (0); 915 GNUNET_assert (0);
916 return; 916 return;
917 } 917 }
918 proc->res_iteration_finished = IT_SUCCESS_MORE_AVAILABLE; 918 proc->res_iteration_finished = IT_SUCCESS_MORE_AVAILABLE;