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 6dd417a91..3ff72c329 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -498,7 +498,7 @@ GNUNET_HELPER_start (int with_control_pipe,
498 if (NULL != strstr (binary_name, "gnunet")) 498 if (NULL != strstr (binary_name, "gnunet"))
499 h->binary_name = GNUNET_OS_get_libexec_binary_path (binary_name); 499 h->binary_name = GNUNET_OS_get_libexec_binary_path (binary_name);
500 else 500 else
501 h->binary_name = strdup (binary_name); 501 h->binary_name = GNUNET_strdup (binary_name);
502 for (c = 0; NULL != binary_argv[c]; c++); 502 for (c = 0; NULL != binary_argv[c]; c++);
503 h->binary_argv = GNUNET_malloc (sizeof (char *) * (c + 1)); 503 h->binary_argv = GNUNET_malloc (sizeof (char *) * (c + 1));
504 for (c = 0; NULL != binary_argv[c]; c++) 504 for (c = 0; NULL != binary_argv[c]; c++)