mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
oops, found by bug reported in bug report #1200661
This commit is contained in:
parent
a00f9b093c
commit
3f23e8443e
@ -1442,7 +1442,7 @@ CURLcode Curl_disconnect(struct connectdata *conn)
|
|||||||
|
|
||||||
data->state.authproxy.done = FALSE;
|
data->state.authproxy.done = FALSE;
|
||||||
data->state.authproxy.picked =
|
data->state.authproxy.picked =
|
||||||
data->state.authhost.want;
|
data->state.authproxy.want;
|
||||||
|
|
||||||
data->state.authproblem = FALSE;
|
data->state.authproblem = FALSE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user