aboutsummaryrefslogtreecommitdiff
path: root/src/arm/do_start_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/do_start_process.c')
-rw-r--r--src/arm/do_start_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/do_start_process.c b/src/arm/do_start_process.c
index 95ec74405..d8ee1f0c3 100644
--- a/src/arm/do_start_process.c
+++ b/src/arm/do_start_process.c
@@ -122,7 +122,7 @@ do_start_process (int pipe_control, unsigned int std_inheritance,
122 va_end (ap); 122 va_end (ap);
123 argv[argv_size] = NULL; 123 argv[argv_size] = NULL;
124 binary_path = argv[0]; 124 binary_path = argv[0];
125 proc = GNUNET_OS_start_process_v (pipe_control, std_inheritance, lsocks, 125 proc = GNUNET_OS_start_process_v (pipe_control, std_inheritance, lsocks,
126 binary_path, argv); 126 binary_path, argv);
127 while (argv_size > 0) 127 while (argv_size > 0)
128 GNUNET_free (argv[--argv_size]); 128 GNUNET_free (argv[--argv_size]);