Skip to content

Commit

Permalink
SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064
Browse files Browse the repository at this point in the history
* curl_sasl_sspi.c: Fixed compilation warning from commit 4b491c6

warning: declaration of 'result' shadows a previous local
  • Loading branch information
captain-caveman2k committed Aug 14, 2014
1 parent cff0757 commit c126bac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/curl_sasl_sspi.c
Expand Up @@ -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)
Expand Down

0 comments on commit c126bac

Please sign in to comment.