mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
2010-06-10 Marcus Brinkmann <marcus@g10code.de>
* server.c (SERVER_STDIN, SERVER_STDOUT): New macros. (gpgsm_server): Use them with assuan_fdopen.
This commit is contained in:
parent
ab3d60c8d2
commit
fd5193ac8c
3 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-06-10 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* estream.c (_es_get_std_stream): Fix cut&paste bug.
|
||||
|
||||
2010-06-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* exechelp-posix.c, exechelp-w32.c
|
||||
|
|
|
@ -2452,7 +2452,7 @@ _es_get_std_stream (int fd)
|
|||
else if (fd == 1 && custom_std_fds_valid[1])
|
||||
stream = do_fdopen (custom_std_fds[1], "a", 1, 1);
|
||||
else if (custom_std_fds_valid[2])
|
||||
stream = do_fdopen (custom_std_fds[1], "a", 1, 1);
|
||||
stream = do_fdopen (custom_std_fds[2], "a", 1, 1);
|
||||
|
||||
if (!stream)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue