diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-08-14 15:55:55 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-08-14 15:56:13 +0100 |
commit | c126bac1533dc89698d6925907f9d3cc04e809bd (patch) | |
tree | 42d0da5ae9e0e1b0ca1dacffdb7d3586b0b42097 | |
parent | cff0757c31abd65c76eb02c250cb3849065eb20c (diff) |
SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064
* curl_sasl_sspi.c: Fixed compilation warning from commit 4b491c675f
warning: declaration of 'result' shadows a previous local
-rw-r--r-- | lib/curl_sasl_sspi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/curl_sasl_sspi.c b/lib/curl_sasl_sspi.c index 5620a5b49..6fd6c88c7 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) |