mirror of
https://github.com/curl/curl.git
synced 2026-04-14 23:51:42 +03:00
url: fix copy and paste url_match_auth_nego mistake
Follow-up to 34fa034
Reported-by: dahmono on github
Closes #20662
This commit is contained in:
parent
a0244c536e
commit
f1a39f221d
1 changed files with 1 additions and 1 deletions
|
|
@ -1217,7 +1217,7 @@ static bool url_match_auth_nego(struct connectdata *conn,
|
|||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
if(m->want_ntlm_http || m->want_proxy_ntlm_http) {
|
||||
if(m->want_nego_http || m->want_proxy_nego_http) {
|
||||
/* Credentials are already checked, we may use this connection. We MUST
|
||||
* use a connection where it has already been fully negotiated. If it has
|
||||
* not, we keep on looking for a better one. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue