diff options
-rw-r--r-- | lib/http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/http.c b/lib/http.c index b86f031d3..5e663cb7d 100644 --- a/lib/http.c +++ b/lib/http.c @@ -207,8 +207,8 @@ static bool pickoneauth(struct auth *pick) CURLcode Curl_http_auth_act(struct connectdata *conn) { struct SessionHandle *data = conn->data; - bool pickhost; - bool pickproxy; + bool pickhost = FALSE; + bool pickproxy = FALSE; CURLcode code = CURLE_OK; if(data->state.authproblem) |