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:
Marcus Brinkmann 2010-06-10 15:26:03 +00:00
parent ab3d60c8d2
commit fd5193ac8c
3 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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)
{

View File

@ -1,3 +1,8 @@
2010-06-10 Marcus Brinkmann <marcus@g10code.de>
* server.c (SERVER_STDIN, SERVER_STDOUT): New macros.
(gpgsm_server): Use them with assuan_fdopen.
2010-04-23 Marcus Brinkmann <marcus@g10code.de>
* certreqgen.c (read_parameters): Use ascii_isspace instead of