diff options
Diffstat (limited to 'arch/um/drivers/port_user.c')
-rw-r--r-- | arch/um/drivers/port_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/port_user.c b/arch/um/drivers/port_user.c index 3f6357d24be..29250beba42 100644 --- a/arch/um/drivers/port_user.c +++ b/arch/um/drivers/port_user.c | |||
@@ -188,7 +188,7 @@ int port_connection(int fd, int *socket, int *pid_out) | |||
188 | { .sock_fd = new, | 188 | { .sock_fd = new, |
189 | .pipe_fd = socket[1] }); | 189 | .pipe_fd = socket[1] }); |
190 | 190 | ||
191 | err = run_helper(port_pre_exec, &data, argv, NULL); | 191 | err = run_helper(port_pre_exec, &data, argv); |
192 | if(err < 0) | 192 | if(err < 0) |
193 | goto out_shutdown; | 193 | goto out_shutdown; |
194 | 194 | ||