From 825eee6623a96cdef4ee11b375b7baee4ddf74b8 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Sat, 11 May 2013 10:16:13 +0000 Subject: -fix --- src/util/helper.c | 1 + 1 file changed, 1 insertion(+) 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) struct GNUNET_HELPER_SendHandle *sh; int ret; + ret = GNUNET_SYSERR; if (NULL != h->helper_proc) { ret = GNUNET_OS_process_wait (h->helper_proc); -- cgit v1.2.3