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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index a06b5a763..bcf9d0379 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -1090,6 +1090,10 @@ main (int argc, char *const *argv)
1090 GNUNET_NO, &GNUNET_GETOPT_set_one, &ping}, 1090 GNUNET_NO, &GNUNET_GETOPT_set_one, &ping},
1091 GNUNET_GETOPT_OPTION_END 1091 GNUNET_GETOPT_OPTION_END
1092 }; 1092 };
1093
1094 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
1095 return 2;
1096
1093 return (GNUNET_OK == 1097 return (GNUNET_OK ==
1094 GNUNET_PROGRAM_run (argc, argv, "cn", 1098 GNUNET_PROGRAM_run (argc, argv, "cn",
1095 gettext_noop ("help text"), options, &run, 1099 gettext_noop ("help text"), options, &run,