aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-12 13:44:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-12 13:44:25 +0000
commit3f23e8443e67e5f415aaf532062c1054ab1b9a1a (patch)
treec8db231e2175d5344732246b4ac6611e8047fdf7 /lib/url.c
parenta00f9b093c4bb876deabdae789f3c27c79f10350 (diff)
oops, found by bug reported in bug report #1200661
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
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;