diff options
author | Werner Koch <[email protected]> | 2007-07-16 09:53:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-07-16 09:53:47 +0000 |
commit | bce4ea798a87ee7f8f9ea3a930c3e53a321a8622 (patch) | |
tree | 0bc6721aca978df8abb44686daa5c81b98f6d69c /common/simple-pwquery.c | |
parent | Translate all file descriptors received from assuan. (diff) | |
download | gnupg-bce4ea798a87ee7f8f9ea3a930c3e53a321a8622.tar.gz gnupg-bce4ea798a87ee7f8f9ea3a930c3e53a321a8622.zip |
Properly close files opened by es_fopen.
Allow setting of an empty passphrase.
Assorted W32 changes.
Diffstat (limited to 'common/simple-pwquery.c')
-rw-r--r-- | common/simple-pwquery.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/simple-pwquery.c b/common/simple-pwquery.c index 6381b9928..13617d2b9 100644 --- a/common/simple-pwquery.c +++ b/common/simple-pwquery.c @@ -327,9 +327,6 @@ agent_open (int *rfd) { #ifdef SPWQ_USE_LOGGING log_error ( _("malformed GPG_AGENT_INFO environment variable\n")); - log_debug ( "a='%s'\n", infostr); - log_debug ( "a='%s'\n", strchr ( infostr, PATHSEP_C)); - log_debug ( "a=%td\n", (p-infostr)); #endif return SPWQ_NO_AGENT; } |