mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific code
This commit is contained in:
parent
209cf2df37
commit
5ed17de326
3 changed files with 149 additions and 140 deletions
|
|
@ -2617,7 +2617,9 @@ CURLcode Curl_disconnect(struct connectdata *conn, bool dead_connection)
|
|||
if(has_host_ntlm || has_proxy_ntlm) {
|
||||
data->state.authproblem = FALSE;
|
||||
|
||||
Curl_ntlm_cleanup(conn);
|
||||
#ifdef USE_NTLM
|
||||
Curl_http_ntlm_cleanup(conn);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue