aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_service.c')
-rw-r--r--src/util/test_service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_service.c b/src/util/test_service.c
index eee0cecc1..728db0a8f 100644
--- a/src/util/test_service.c
+++ b/src/util/test_service.c
@@ -154,7 +154,7 @@ check ()
154 154
155 155
156static void 156static void
157ready6 (void *cls, 157ready6 (void *cls,
158 int result) 158 int result)
159{ 159{
160 const struct GNUNET_CONFIGURATION_Handle *cfg = cls; 160 const struct GNUNET_CONFIGURATION_Handle *cfg = cls;
@@ -236,7 +236,7 @@ check_start_stop ()
236 GNUNET_assert (GNUNET_OK == 236 GNUNET_assert (GNUNET_OK ==
237 GNUNET_PROGRAM_run (3, argv, "test-service-program", "no help", 237 GNUNET_PROGRAM_run (3, argv, "test-service-program", "no help",
238 options, &start_stop_main, &ret)); 238 options, &start_stop_main, &ret));
239 239
240 GNUNET_break (0 == ret); 240 GNUNET_break (0 == ret);
241 return ret; 241 return ret;
242} 242}