diff options
Diffstat (limited to 'g13/be-encfs.c')
-rw-r--r-- | g13/be-encfs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/g13/be-encfs.c b/g13/be-encfs.c index 9adb1e092..c7873816b 100644 --- a/g13/be-encfs.c +++ b/g13/be-encfs.c @@ -82,9 +82,7 @@ run_umount_helper (const char *mountpoint) args[2] = NULL; err = gnupg_process_spawn (pgmname, args, - (GNUPG_PROCESS_DETACHED | GNUPG_PROCESS_STDIN_NULL - | GNUPG_PROCESS_STDOUT_NULL - | GNUPG_PROCESS_STDERR_NULL), + GNUPG_PROCESS_DETACHED, NULL, NULL, NULL); if (err) log_error ("failed to run '%s': %s\n", |