Skip to content
Snippets Groups Projects
Commit 3f23e844 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

oops, found by bug reported in bug report #1200661

parent a00f9b09
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment