aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/helper.c')
-rw-r--r--src/util/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/helper.c b/src/util/helper.c
index 21f196ebc..404dad4fa 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -208,7 +208,7 @@ GNUNET_HELPER_kill (struct GNUNET_HELPER_Handle *h,
208 h->fh_to_helper = NULL; 208 h->fh_to_helper = NULL;
209 return ret; 209 return ret;
210 } 210 }
211 if (0 != GNUNET_OS_process_kill (h->helper_proc, SIGTERM)) 211 if (0 != GNUNET_OS_process_kill (h->helper_proc, GNUNET_TERM_SIG))
212 return GNUNET_SYSERR; 212 return GNUNET_SYSERR;
213 return GNUNET_OK; 213 return GNUNET_OK;
214} 214}