aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/service.c')
-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;