aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/test_statistics_api_loop.c')
-rw-r--r--src/statistics/test_statistics_api_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c
index 987b6c57b..7a7b44c1f 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -101,7 +101,7 @@ main (int argc, char *argv_ign[])
101 GNUNET_assert (NULL != proc); 101 GNUNET_assert (NULL != proc);
102 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run, 102 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run,
103 &ok); 103 &ok);
104 if (0 != GNUNET_OS_process_kill (proc, SIGTERM)) 104 if (0 != GNUNET_OS_process_kill (proc, GNUNET_TERM_SIG))
105 { 105 {
106 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); 106 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
107 ok = 1; 107 ok = 1;