sasl: Corrected variable names in comments and parameters

This commit is contained in:
Steve Holme
2012-06-02 14:03:55 +01:00
parent 69f7156ad9
commit cfa81b8fb0
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ CURLcode Curl_sasl_create_ntlm_type1_message(const char *userp,
/* This is used to decode an incoming NTLM type-2 message and generate a
base64 encoded type-3 response */
CURLcode Curl_sasl_decode_ntlm_type2_message(struct SessionHandle *data,
const char *type2msg,
const char *header,
const char *userp,
const char *passwdp,
struct ntlmdata *ntlm,