gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 115/205: schannel: fix variable shadowing warning


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 115/205: schannel: fix variable shadowing warning
Date: Thu, 20 Apr 2017 16:20:55 +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 23d48c35cb67b39251d9b46b185594a61bc32256
Author: Marcel Raad <address@hidden>
AuthorDate: Tue Mar 28 01:16:12 2017 +0200

    schannel: fix variable shadowing warning
    
    No need to redeclare the variable.
---
 lib/vtls/schannel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c
index 47356a53d..0f59d9c4d 100644
--- a/lib/vtls/schannel.c
+++ b/lib/vtls/schannel.c
@@ -255,7 +255,7 @@ schannel_connect_step1(struct connectdata *conn, int 
sockindex)
     case CURL_SSLVERSION_TLSv1_2:
     case CURL_SSLVERSION_TLSv1_3:
       {
-        CURLcode result = set_ssl_version_min_max(&schannel_cred, conn);
+        result = set_ssl_version_min_max(&schannel_cred, conn);
         if(result != CURLE_OK)
           return result;
         break;

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



reply via email to

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