http: fix NTLM info message typo

Closes #16305
This commit is contained in:
Daniel Stenberg 2025-02-12 14:50:59 +01:00
parent 44deccf907
commit 48f6bfa8c7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -458,7 +458,7 @@ static CURLcode http_perhapsrewind(struct Curl_easy *data,
#if defined(USE_NTLM)
if((data->state.authproxy.picked == CURLAUTH_NTLM) ||
(data->state.authhost.picked == CURLAUTH_NTLM)) {
ongoing_auth = "NTML";
ongoing_auth = "NTLM";
if((conn->http_ntlm_state != NTLMSTATE_NONE) ||
(conn->proxy_ntlm_state != NTLMSTATE_NONE)) {
/* The NTLM-negotiation has started, keep on sending.