mirror of
https://github.com/curl/curl.git
synced 2026-07-25 14:37:17 +03:00
fixes
This commit is contained in:
parent
590ab006aa
commit
1a712a55c9
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
|
|||
&attrs, NULL);
|
||||
if(status != SEC_E_OK) {
|
||||
infof(data, "NTLM handshake failure (type-3 message): Status=0x%08lx",
|
||||
status);
|
||||
(unsigned long)status);
|
||||
|
||||
if(status == SEC_E_INSUFFICIENT_MEMORY)
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue