aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/connection_watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/connection_watchdog.c')
-rw-r--r--src/integration-tests/connection_watchdog.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index 17aab2159..0998a367e 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -1097,11 +1097,12 @@ main (int argc, char *const *argv)
1097 1097
1098 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv)) 1098 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
1099 return 2; 1099 return 2;
1100 1100 ret = (GNUNET_OK ==
1101 return (GNUNET_OK == 1101 GNUNET_PROGRAM_run (argc, argv, "cn",
1102 GNUNET_PROGRAM_run (argc, argv, "cn", 1102 gettext_noop ("help text"), options, &run,
1103 gettext_noop ("help text"), options, &run, 1103 NULL)) ? ret : 1;
1104 NULL)) ? ret : 1; 1104 GNUNET_free ((void*) argv);
1105 return ret;
1105} 1106}
1106 1107
1107/* end of connection_watchdog.c */ 1108/* end of connection_watchdog.c */