From: Daniel Stenberg Date: Thu, 12 May 2005 13:44:25 +0000 (+0000) Subject: oops, found by bug reported in bug report #1200661 X-Git-Tag: upstream/7.37.1~11159 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f23e8443e67e5f415aaf532062c1054ab1b9a1a;p=platform%2Fupstream%2Fcurl.git oops, found by bug reported in bug report #1200661 --- diff --git a/lib/url.c b/lib/url.c index 6d4ed94..8adcbda 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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;