1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

2010-09-01 Marcus Brinkmann <marcus@g10code.de>

* estream.c (_es_set_std_fd): Disable debug output.
This commit is contained in:
Marcus Brinkmann 2010-09-01 00:44:55 +00:00
parent 87fac99112
commit e3d8bb0244
2 changed files with 5 additions and 1 deletions

View file

@ -2885,7 +2885,7 @@ es_sysopen_nc (es_syshd_t *syshd, const char *mode)
void
_es_set_std_fd (int no, int fd)
{
fprintf (stderr, "es_set_std_fd(%d, %d)\n", no, fd);
/* fprintf (stderr, "es_set_std_fd(%d, %d)\n", no, fd); */
ESTREAM_LIST_LOCK;
if (no >= 0 && no < 3 && !custom_std_fds_valid[no])
{