aboutsummaryrefslogtreecommitdiffstats
path: root/kbx
diff options
context:
space:
mode:
Diffstat (limited to 'kbx')
-rw-r--r--kbx/keyboxd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/keyboxd.c b/kbx/keyboxd.c
index ad14d8681..f6332c127 100644
--- a/kbx/keyboxd.c
+++ b/kbx/keyboxd.c
@@ -1527,7 +1527,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));