Commit 3f23e844 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

oops, found by bug reported in bug report #1200661

parent a00f9b09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;