]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064
authorSteve Holme <steve_holme@hotmail.com>
Thu, 14 Aug 2014 14:55:55 +0000 (15:55 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 14 Aug 2014 14:56:13 +0000 (15:56 +0100)
* curl_sasl_sspi.c: Fixed compilation warning from commit 4b491c675f

warning: declaration of 'result' shadows a previous local

lib/curl_sasl_sspi.c

index 5620a5b4959b47f4a639cc7b92ebd735e6df71d1..6fd6c88c7d10ebbc6153d923fe5e8467ebf2d928 100644 (file)
@@ -333,8 +333,6 @@ CURLcode Curl_sasl_create_gssapi_user_message(struct SessionHandle *data,
       return CURLE_OUT_OF_MEMORY;
 
     if(userp && *userp) {
-      CURLcode result;
-
       /* Populate our identity structure */
       result = Curl_create_sspi_identity(userp, passwdp, &krb5->identity);
       if(result)