fix #4620 - return value part
authorChristian Grothoff <christian@grothoff.org>
Mon, 22 Aug 2016 15:08:14 +0000 (15:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 22 Aug 2016 15:08:14 +0000 (15:08 +0000)
src/namestore/gnunet-namestore.c

index d19184999a51f4931f2727b9f741c0c385c4833f..82213497cc7fbce35d3acaffe0ba613ee4e09895 100644 (file)
@@ -694,6 +694,7 @@ del_monitor (void *cls,
     FPRINTF (stderr,
              _("There are no records under label `%s' that could be deleted.\n"),
              label);
+    ret = 1;
     test_finished ();
     return;
   }