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: curl-7_14_0~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f23e8443e67e5f415aaf532062c1054ab1b9a1a;p=curl oops, found by bug reported in bug report #1200661 --- diff --git a/lib/url.c b/lib/url.c index 6d4ed94aa..8adcbda8d 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;