diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 5 | ||||
-rw-r--r-- | tools/gpg-connect-agent.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 1d755a598..2775c135a 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,8 @@ +2007-11-15 Werner Koch <[email protected]> + + * gpg-connect-agent.c (start_agent): Adjust changed + send_pinentry_environment. + 2007-10-24 Werner Koch <[email protected]> * gpg-connect-agent.c (substitute_line): Restore temporary nul diff --git a/tools/gpg-connect-agent.c b/tools/gpg-connect-agent.c index 1af1e6c93..e0abaa9c9 100644 --- a/tools/gpg-connect-agent.c +++ b/tools/gpg-connect-agent.c @@ -1989,7 +1989,7 @@ start_agent (void) } rc = send_pinentry_environment (ctx, GPG_ERR_SOURCE_DEFAULT, - NULL, NULL, NULL, NULL, NULL); + NULL, NULL, NULL, NULL, NULL, NULL, NULL); if (rc) { log_error (_("error sending standard options: %s\n"), gpg_strerror (rc)); |