This commit is contained in:
Viktor Szakats 2026-03-09 01:01:06 +01:00
parent 590ab006aa
commit 1a712a55c9
No known key found for this signature in database

View file

@ -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;