aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-import.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-import.c')
-rwxr-xr-xsrc/gns/gnunet-gns-import.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-import.c b/src/gns/gnunet-gns-import.c
index be7cbbb28..a844ae86b 100755
--- a/src/gns/gnunet-gns-import.c
+++ b/src/gns/gnunet-gns-import.c
@@ -129,8 +129,11 @@ run_process_and_wait (int pipe_control,
129 va_end (apc2); 129 va_end (apc2);
130 if (arglen > 0) 130 if (arglen > 0)
131 argp[-1] = '\0'; 131 argp[-1] = '\0';
132 p = GNUNET_OS_start_process_va (pipe_control, std_inheritance, pipe_stdin, 132 p = GNUNET_OS_start_process_va (pipe_control, std_inheritance,
133 pipe_stdout, filename, ap); 133 pipe_stdin,
134 pipe_stdout,
135 NULL,
136 filename, ap);
134 va_end (ap); 137 va_end (ap);
135 if (NULL == p) 138 if (NULL == p)
136 { 139 {