Silence warning: empty body in an if-statement
This commit is contained in:
@@ -1714,8 +1714,9 @@ CURLcode Curl_pretransfer(struct SessionHandle *data)
|
||||
data->state.authproxy.want = data->set.proxyauth;
|
||||
|
||||
/* If there is a list of cookie files to read, do it now! */
|
||||
if(data->change.cookielist)
|
||||
if(data->change.cookielist) {
|
||||
Curl_cookie_loadfiles(data);
|
||||
}
|
||||
|
||||
/* Allow data->set.use_port to set which port to use. This needs to be
|
||||
* disabled for example when we follow Location: headers to URLs using
|
||||
|
Reference in New Issue
Block a user