[git] GnuPG - branch, master, updated. gnupg-2.1.20-65-g6755b3b

by NIIBE Yutaka cvs at cvs.gnupg.org
Wed Apr 12 13:51:54 CEST 2017


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  6755b3b505f79a5a233b18e85f57a0d3a455e664 (commit)
      from  f52f6af834cc488d11612e349e4af023d69a45f4 (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 6755b3b505f79a5a233b18e85f57a0d3a455e664
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Apr 12 20:50:50 2017 +0900

    dirmngr: Fix type of sock.
    
    * dirmngr/http.c (send_request): Use assuan_fd_t for SOCK.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/dirmngr/http.c b/dirmngr/http.c
index 04a30d6..356e2bc 100644
--- a/dirmngr/http.c
+++ b/dirmngr/http.c
@@ -1643,7 +1643,7 @@ send_request (http_t hd, const char *httphost, const char *auth,
   const char *http_proxy = NULL;
   char *proxy_authstr = NULL;
   char *authstr = NULL;
-  int sock;
+  assuan_fd_t sock;
 
   if (hd->uri->use_tls && !hd->session)
     {

-----------------------------------------------------------------------

Summary of changes:
 dirmngr/http.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