mirror of
https://github.com/curl/curl.git
synced 2026-08-01 20:40:28 +03:00
parent
44deccf907
commit
48f6bfa8c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue