From 3f23e8443e67e5f415aaf532062c1054ab1b9a1a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 May 2005 13:44:25 +0000 Subject: [PATCH] oops, found by bug reported in bug report #1200661 --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;