aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-22 15:08:14 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-22 15:08:14 +0000
commit8112854022362b9e45201bff09e0003cc713f8fe (patch)
tree5ba8e71a621790d410ea9746e267ef6f351093f0 /src/namestore
parent0a47e24bec0704cbc610605c7ad250e2052d9f86 (diff)
downloadgnunet-8112854022362b9e45201bff09e0003cc713f8fe.tar.gz
gnunet-8112854022362b9e45201bff09e0003cc713f8fe.zip
fix #4620 - return value part
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-namestore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index d19184999..82213497c 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -694,6 +694,7 @@ del_monitor (void *cls,
694 FPRINTF (stderr, 694 FPRINTF (stderr,
695 _("There are no records under label `%s' that could be deleted.\n"), 695 _("There are no records under label `%s' that could be deleted.\n"),
696 label); 696 label);
697 ret = 1;
697 test_finished (); 698 test_finished ();
698 return; 699 return;
699 } 700 }