diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-12 13:44:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-12 13:44:25 +0000 |
commit | 3f23e8443e67e5f415aaf532062c1054ab1b9a1a (patch) | |
tree | c8db231e2175d5344732246b4ac6611e8047fdf7 /lib | |
parent | a00f9b093c4bb876deabdae789f3c27c79f10350 (diff) |
oops, found by bug reported in bug report #1200661
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |