dirmngr: Fix type of sock.

* dirmngr/http.c (send_request): Use assuan_fd_t for SOCK.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2017-04-12 20:50:50 +09:00
parent f52f6af834
commit 6755b3b505
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{