gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 132/205: schannel: fix unused variable warning


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 132/205: schannel: fix unused variable warning
Date: Thu, 20 Apr 2017 16:21:12 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.54.0
in repository gnurl.

commit f104f7d914e1d802bdedcfcae6116eeab4a4a43e
Author: Marcel Raad <address@hidden>
AuthorDate: Thu Mar 30 10:35:46 2017 +0200

    schannel: fix unused variable warning
    
    If CURL_DISABLE_VERBOSE_STRINGS is defined, hostname is not used in
    schannel_connect_step3.
---
 lib/vtls/schannel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c
index 0f59d9c4d..6d83e9ed1 100644
--- a/lib/vtls/schannel.c
+++ b/lib/vtls/schannel.c
@@ -690,8 +690,10 @@ schannel_connect_step3(struct connectdata *conn, int 
sockindex)
   struct ssl_connect_data *connssl = &conn->ssl[sockindex];
   SECURITY_STATUS sspi_status = SEC_E_OK;
   CERT_CONTEXT *ccert_context = NULL;
+#ifndef CURL_DISABLE_VERBOSE_STRINGS
   const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
     conn->host.name;
+#endif
 #ifdef HAS_ALPN
   SecPkgContext_ApplicationProtocol alpn_result;
 #endif

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]