aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/helper.c b/src/util/helper.c
index 57e5798d8..c89f1ecb5 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -222,6 +222,7 @@ GNUNET_HELPER_wait (struct GNUNET_HELPER_Handle *h)
222 struct GNUNET_HELPER_SendHandle *sh; 222 struct GNUNET_HELPER_SendHandle *sh;
223 int ret; 223 int ret;
224 224
225 ret = GNUNET_SYSERR;
225 if (NULL != h->helper_proc) 226 if (NULL != h->helper_proc)
226 { 227 {
227 ret = GNUNET_OS_process_wait (h->helper_proc); 228 ret = GNUNET_OS_process_wait (h->helper_proc);