From: Christian Grothoff Date: Mon, 22 Aug 2016 15:08:14 +0000 (+0000) Subject: fix #4620 - return value part X-Git-Tag: initial-import-from-subversion-38251~354 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8112854022362b9e45201bff09e0003cc713f8fe;p=oweals%2Fgnunet.git fix #4620 - return value part --- 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, FPRINTF (stderr, _("There are no records under label `%s' that could be deleted.\n"), label); + ret = 1; test_finished (); return; }