mirror of
https://github.com/curl/curl.git
synced 2026-07-16 04:27:17 +03:00
parent
012fa2b91b
commit
c6c4a99300
1 changed files with 2 additions and 0 deletions
|
|
@ -946,6 +946,8 @@ static CURLcode auth_ntlm(struct Curl_easy *data,
|
|||
if(!result)
|
||||
data->state.authproblem = FALSE;
|
||||
else {
|
||||
if(result == CURLE_OUT_OF_MEMORY)
|
||||
return result;
|
||||
infof(data, "NTLM authentication problem, ignoring.");
|
||||
data->state.authproblem = TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue