aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_sasl.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-02 14:03:55 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-06-02 14:03:55 +0100
commitcfa81b8fb00928a88ed4b76807f564d3a895a493 (patch)
treed8d98c8e01064cbd399ca72608208d3170943a89 /lib/curl_sasl.h
parent69f7156ad96877b18b1867f9adc29454774d7cf7 (diff)
sasl: Corrected variable names in comments and parameters
Diffstat (limited to 'lib/curl_sasl.h')
-rw-r--r--lib/curl_sasl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h
index f1b104f30..572eaed74 100644
--- a/lib/curl_sasl.h
+++ b/lib/curl_sasl.h
@@ -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,