diff options
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index a0ac3c622..7d1ffc614 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -3022,7 +3022,7 @@ handle_connections (gnupg_fd_t listen_fd, npth_sigev_add (SIGTERM); npth_sigev_fini (); # ifdef HAVE_PSELECT_NO_EINTR - ret = gnupg_create_pipe (pipe_fd); + ret = gnupg_create_pipe (pipe_fd, 0); if (ret) { log_error ("pipe creation failed: %s\n", gpg_strerror (ret)); |