diff options
Diffstat (limited to 'g13/be-encfs.c')
-rw-r--r-- | g13/be-encfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g13/be-encfs.c b/g13/be-encfs.c index f59f4d947..a873541e3 100644 --- a/g13/be-encfs.c +++ b/g13/be-encfs.c @@ -246,9 +246,9 @@ run_encfs_tool (ctrl_t ctrl, enum encfs_cmds cmd, if (err) goto leave; - err = gnupg_create_inbound_pipe (inbound); + err = gnupg_create_inbound_pipe (inbound, NULL, 0); if (!err) - err = gnupg_create_outbound_pipe (outbound); + err = gnupg_create_outbound_pipe (outbound, NULL, 0); if (err) { log_error (_("error creating a pipe: %s\n"), gpg_strerror (err)); |