diff options
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index a52dc5a2f..5e08a5abd 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -1312,7 +1312,7 @@ handle_connections (gnupg_fd_t listen_fd) #ifdef HAVE_PSELECT_NO_EINTR int pipe_fd[2]; - 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)); |