mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
agent,gpg,tools: Fix use of log_get_fd.
* agent/call-daemon.c (daemon_start): Don't put file descriptor from log_get_fd to no_close_list. * agent/call-pinentry.c (start_pinentry): Likewise. * common/call-gpg.c (start_gpg): Likewise. * call-syshelp.c (start_syshelp): Likewise. * tools/gpg-connect-agent.c (main): Likewise. -- GnuPG-bug-id: 5921 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
52f9e13c0c
commit
fe535cf265
5 changed files with 5 additions and 19 deletions
|
@ -1319,8 +1319,7 @@ main (int argc, char **argv)
|
|||
assuan_fd_t no_close[3];
|
||||
|
||||
no_close[0] = assuan_fd_from_posix_fd (es_fileno (es_stderr));
|
||||
no_close[1] = assuan_fd_from_posix_fd (log_get_fd ());
|
||||
no_close[2] = ASSUAN_INVALID_FD;
|
||||
no_close[1] = ASSUAN_INVALID_FD;
|
||||
|
||||
rc = assuan_new (&ctx);
|
||||
if (rc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue