From 3fe0864331282f0436687674e0474f55c6c76c46 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Aug 2019 23:40:04 +0200 Subject: fix gnunet-service-arm termination status code --- src/util/service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util') diff --git a/src/util/service.c b/src/util/service.c index d03650501..ba0271a38 100644 --- a/src/util/service.c +++ b/src/util/service.c @@ -19,7 +19,7 @@ */ /** - * @file util/service_new.c + * @file util/service.c * @brief functions related to starting services (redesign) * @author Christian Grothoff * @author Florian Dold @@ -2304,7 +2304,7 @@ GNUNET_SERVICE_run_ (int argc, sh.cb_cls = cls; sh.handlers = GNUNET_MQ_copy_handlers (handlers); sh.service_name = service_name; - + sh.ret = 0; /* setup subsystems */ loglev = NULL; logfile = NULL; -- cgit v1.2.3