[git] GnuPG - branch, master, updated. gnupg-2.1.13-139-g9581092
by Werner Koch
cvs at cvs.gnupg.org
Wed Jul 13 12:14:39 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 95810929f75bd718dbdf2cd1c0181137a45e2456 (commit)
from 44ecc33b4a7147d9c112a72f55a42b65cef4fe67 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 95810929f75bd718dbdf2cd1c0181137a45e2456
Author: Werner Koch <wk at gnupg.org>
Date: Wed Jul 13 12:12:21 2016 +0200
wks: Use correct key for the confirmation
* tools/gpg-wks-client.c (send_confirmation_response): Actually
encrypt to the recipient.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/tools/gpg-wks-client.c b/tools/gpg-wks-client.c
index ca7ec70..2ee23d7 100644
--- a/tools/gpg-wks-client.c
+++ b/tools/gpg-wks-client.c
@@ -581,7 +581,7 @@ send_confirmation_response (const char *sender, const char *address,
es_rewind (body);
if (encrypt)
{
- err = encrypt_response (&bodyenc, body, address);
+ err = encrypt_response (&bodyenc, body, sender);
if (err)
goto leave;
es_fclose (body);
-----------------------------------------------------------------------
Summary of changes:
tools/gpg-wks-client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list