aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-18 23:40:04 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-18 23:40:04 +0200
commit3fe0864331282f0436687674e0474f55c6c76c46 (patch)
treefad314a85ecb2770e37d7d111c3c5f7064c93739 /src/util
parent482007d1fd9d3df98861a91dfccd6b28afef36c0 (diff)
downloadgnunet-3fe0864331282f0436687674e0474f55c6c76c46.tar.gz
gnunet-3fe0864331282f0436687674e0474f55c6c76c46.zip
fix gnunet-service-arm termination status code
Diffstat (limited to 'src/util')
-rw-r--r--src/util/service.c4
1 files changed, 2 insertions, 2 deletions
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 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file util/service_new.c 22 * @file util/service.c
23 * @brief functions related to starting services (redesign) 23 * @brief functions related to starting services (redesign)
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author Florian Dold 25 * @author Florian Dold
@@ -2304,7 +2304,7 @@ GNUNET_SERVICE_run_ (int argc,
2304 sh.cb_cls = cls; 2304 sh.cb_cls = cls;
2305 sh.handlers = GNUNET_MQ_copy_handlers (handlers); 2305 sh.handlers = GNUNET_MQ_copy_handlers (handlers);
2306 sh.service_name = service_name; 2306 sh.service_name = service_name;
2307 2307 sh.ret = 0;
2308 /* setup subsystems */ 2308 /* setup subsystems */
2309 loglev = NULL; 2309 loglev = NULL;
2310 logfile = NULL; 2310 logfile = NULL;