[Pkg-gnupg-commit] [gnupg2] 65/132: dirmngr: Fix type of sock.
    Daniel Kahn Gillmor 
    dkg at fifthhorseman.net
       
    Wed May 17 03:07:43 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
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>
---
 dirmngr/http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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)
     {
-- 
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