mirror of
https://github.com/curl/curl.git
synced 2026-04-22 07:52:11 +03:00
Remove redundant conditional
This commit is contained in:
parent
f38510f4b5
commit
44f1bef668
1 changed files with 1 additions and 1 deletions
|
|
@ -4707,7 +4707,7 @@ static CURLcode create_conn(struct SessionHandle *data,
|
|||
proxy = NULL;
|
||||
}
|
||||
/* proxy must be freed later unless NULL */
|
||||
if(proxy && *proxy) {
|
||||
if(proxy) {
|
||||
long bits = conn->protocol & (PROT_HTTPS|PROT_SSL);
|
||||
|
||||
if((conn->proxytype == CURLPROXY_HTTP) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue