session time out for http client/server
[oweals/gnunet.git] / src / statistics / test_statistics_api_watch.c
index e75cab5f65582b9c4a17364a198cf3b1e291dfaa..78bc425c5cb2d0d0fa831bdc94202c5bc9c32d30 100644 (file)
@@ -130,7 +130,7 @@ main (int argc, char *argv_ign[])
   ok = 3;
   GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run,
                       NULL);
-  if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
+  if (0 != GNUNET_OS_process_kill (proc, GNUNET_TERM_SIG))
   {
     GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
     ok = 1;