aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-10 11:02:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-10 11:02:41 +0000
commitee235554e87bc1fd8ae1def99a7d22987caece1b (patch)
tree47465fccf84776912d08b178f1f96030d854b115 /src
parent5de97a39de6ebbdcac8b0a0ee502d5f6b34bed85 (diff)
downloadgnunet-ee235554e87bc1fd8ae1def99a7d22987caece1b.tar.gz
gnunet-ee235554e87bc1fd8ae1def99a7d22987caece1b.zip
-go back to break
Diffstat (limited to 'src')
-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 047c9e055..b58f43613 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_assert (0); 915 GNUNET_break (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;