diff options
Diffstat (limited to 'camel/camel-gpg-context.c')
-rw-r--r-- | camel/camel-gpg-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c index 87cf1b8647..ee9bc4f5d3 100644 --- a/camel/camel-gpg-context.c +++ b/camel/camel-gpg-context.c @@ -589,7 +589,7 @@ gpg_ctx_op_start (struct _GpgCtx *gpg) (i != STDERR_FILENO) && (i != fds[7]) && /* status fd */ (i != fds[8])) /* passwd fd */ - close (i); + fcntl (i, F_SETFD, FD_CLOEXEC); } } |