aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-helper-testbed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-helper-testbed.c')
-rw-r--r--src/testbed/gnunet-helper-testbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-helper-testbed.c b/src/testbed/gnunet-helper-testbed.c
index 72d7fe16f..a45f8de03 100644
--- a/src/testbed/gnunet-helper-testbed.c
+++ b/src/testbed/gnunet-helper-testbed.c
@@ -267,7 +267,7 @@ child_death_task (void *cls)
267 GNUNET_OS_process_destroy (testbed); 267 GNUNET_OS_process_destroy (testbed);
268 testbed = NULL; 268 testbed = NULL;
269 /* Send SIGTERM to our process group */ 269 /* Send SIGTERM to our process group */
270 if (0 != PLIBC_KILL (0, GNUNET_TERM_SIG)) 270 if (0 != kill (0, GNUNET_TERM_SIG))
271 { 271 {
272 GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "signal"); 272 GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "signal");
273 GNUNET_SCHEDULER_shutdown (); /* Couldn't send the signal, we shutdown frowning */ 273 GNUNET_SCHEDULER_shutdown (); /* Couldn't send the signal, we shutdown frowning */