mirror of
https://github.com/curl/curl.git
synced 2026-08-06 22:56:12 +03:00
sasl: Renamed Curl_sasl_decode_ntlm_type2_message()
For consistency with other SASL based functions renamed this function to Curl_sasl_create_ntlm_type3_message() which better describes its usage.
This commit is contained in:
parent
38dfe52559
commit
64510fe917
4 changed files with 10 additions and 10 deletions
|
|
@ -848,7 +848,7 @@ static CURLcode smtp_state_auth_ntlm_type2msg_resp(struct connectdata *conn,
|
|||
result = CURLE_LOGIN_DENIED;
|
||||
}
|
||||
else {
|
||||
result = Curl_sasl_decode_ntlm_type2_message(data,
|
||||
result = Curl_sasl_create_ntlm_type3_message(data,
|
||||
data->state.buffer + 4,
|
||||
conn->user, conn->passwd,
|
||||
&conn->ntlm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue