X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fhelper.c;h=404dad4fa61d7ccaffcac24417331ae409baf893;hb=fdbe690beeec04066f18302401096eb5212c3f6a;hp=21f196ebce8219d6e86dd9ab5c2a59f362d1a584;hpb=61c39c60565b386e0e12ea669556b030e8cd7180;p=oweals%2Fgnunet.git 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, h->fh_to_helper = NULL; return ret; } - if (0 != GNUNET_OS_process_kill (h->helper_proc, SIGTERM)) + if (0 != GNUNET_OS_process_kill (h->helper_proc, GNUNET_TERM_SIG)) return GNUNET_SYSERR; return GNUNET_OK; }