[Pkg-gnupg-commit] [gnupg2] 140/160: wks: Use correct key for the confirmation

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jul 15 09:36:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch upstream
in repository gnupg2.

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>
---
 tools/gpg-wks-client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list