From: Steve Holme Date: Thu, 14 Aug 2014 14:55:55 +0000 (+0100) Subject: SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064 X-Git-Tag: curl-7_38_0~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c126bac1533dc89698d6925907f9d3cc04e809bd;p=thirdparty%2Fcurl.git SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064 * curl_sasl_sspi.c: Fixed compilation warning from commit 4b491c675f warning: declaration of 'result' shadows a previous local --- diff --git a/lib/curl_sasl_sspi.c b/lib/curl_sasl_sspi.c index 5620a5b495..6fd6c88c7d 100644 --- a/lib/curl_sasl_sspi.c +++ b/lib/curl_sasl_sspi.c @@ -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)