oops, found by bug reported in bug report #1200661
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 May 2005 13:44:25 +0000 (13:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 May 2005 13:44:25 +0000 (13:44 +0000)
lib/url.c

index 6d4ed94..8adcbda 100644 (file)
--- 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;