From 2ad0ec72443207c0ca5c088e8e26de4e3767ed76 Mon Sep 17 00:00:00 2001 From: me Date: Tue, 23 Jun 2009 18:58:08 -0400 Subject: [PATCH] Don't reset the FD to blocking after the connection is complete. Fixes all SSH IO. --- src/libpwmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libpwmd.c b/src/libpwmd.c index 28d643c5..3870df96 100644 --- a/src/libpwmd.c +++ b/src/libpwmd.c @@ -135,7 +135,6 @@ gpg_error_t _connect_finalize(pwm_t *pwm) return GPG_ERR_EBADFD; pwm->fd = active[0]; - fcntl(pwm->fd, F_SETFL, 0); #ifdef WITH_PINENTRY pwm->pid = -1; #endif -- 2.11.4.GIT