Commit 44f1bef6 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Remove redundant conditional

parent f38510f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) ||