mirror of
https://github.com/curl/curl.git
synced 2026-04-13 12:41:42 +08:00
parent
950bd72401
commit
5586520745
@ -168,6 +168,8 @@ CURLcode Curl_output_ntlm(struct Curl_easy *data, bool proxy)
|
||||
authp = &data->state.authhost;
|
||||
}
|
||||
ntlm = Curl_auth_ntlm_get(conn, proxy);
|
||||
if(!ntlm)
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
authp->done = FALSE;
|
||||
|
||||
/* not set means empty */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user