mirror of
https://github.com/curl/curl.git
synced 2026-08-04 12:56:14 +03:00
oops, found by bug reported in bug report #1200661
This commit is contained in:
parent
a00f9b093c
commit
3f23e8443e
1 changed files with 1 additions and 1 deletions
|
|
@ -1442,7 +1442,7 @@ CURLcode Curl_disconnect(struct connectdata *conn)
|
|||
|
||||
data->state.authproxy.done = FALSE;
|
||||
data->state.authproxy.picked =
|
||||
data->state.authhost.want;
|
||||
data->state.authproxy.want;
|
||||
|
||||
data->state.authproblem = FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue