diff options
Diffstat (limited to 'src/main/gnunet-gtk.c')
-rw-r--r-- | src/main/gnunet-gtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/gnunet-gtk.c b/src/main/gnunet-gtk.c index 4a1aca19..f28e5749 100644 --- a/src/main/gnunet-gtk.c +++ b/src/main/gnunet-gtk.c | |||
@@ -190,7 +190,7 @@ start_process (struct Plug *p) | |||
190 | setenv (p->env_var, window_id, 1); | 190 | setenv (p->env_var, window_id, 1); |
191 | p->proc = GNUNET_OS_start_process (GNUNET_NO, | 191 | p->proc = GNUNET_OS_start_process (GNUNET_NO, |
192 | GNUNET_OS_INHERIT_STD_ALL, | 192 | GNUNET_OS_INHERIT_STD_ALL, |
193 | NULL, NULL, | 193 | NULL, NULL, NULL, |
194 | p->binary, | 194 | p->binary, |
195 | p->binary, | 195 | p->binary, |
196 | NULL); | 196 | NULL); |