mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:37:16 +03:00
Add missing variable initialization
This commit is contained in:
parent
571309dc3e
commit
011a2818db
1 changed files with 2 additions and 0 deletions
|
|
@ -1994,6 +1994,8 @@ CURLcode Curl_pretransfer(struct SessionHandle *data)
|
|||
data->state.errorbuf = FALSE; /* no error has occurred */
|
||||
data->state.httpversion = 0; /* don't assume any particular server version */
|
||||
|
||||
data->state.ssl_connect_retry = FALSE;
|
||||
|
||||
data->state.authproblem = FALSE;
|
||||
data->state.authhost.want = data->set.httpauth;
|
||||
data->state.authproxy.want = data->set.proxyauth;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue