aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/rungpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/rungpg.c')
-rw-r--r--gpgme/rungpg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c
index 5618f849..6d918ef9 100644
--- a/gpgme/rungpg.c
+++ b/gpgme/rungpg.c
@@ -1263,6 +1263,7 @@ start (engine_gpg_t gpg)
/* build the fd list for the child */
n = 0;
+ /* The status fd is never dup'ed, so do not include it in the list. */
if (gpg->colon.fnc)
{
fd_child_list[n].fd = gpg->colon.fd[1];