Silence warning: empty body in an if-statement

This commit is contained in:
Yang Tse
2006-07-31 17:46:28 +00:00
parent f1343b2f55
commit 9dde0b54a3
3 changed files with 5 additions and 3 deletions

View File

@@ -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