- dont resend useless channel_destroy messages
[oweals/gnunet.git] / src / util / helper.c
index 21f196ebce8219d6e86dd9ab5c2a59f362d1a584..404dad4fa61d7ccaffcac24417331ae409baf893 100644 (file)
@@ -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;
 }