mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:27:24 +03:00
parse_proxy: remove dead code.
Coverity CID 982331.
This commit is contained in:
parent
3aa899929d
commit
a60825fa96
1 changed files with 1 additions and 4 deletions
|
|
@ -4434,10 +4434,7 @@ static CURLcode parse_proxy(struct SessionHandle *data,
|
|||
conn->bits.proxy_user_passwd = TRUE; /* enable it */
|
||||
atsign++; /* the right side of the @-letter */
|
||||
|
||||
if(atsign)
|
||||
proxyptr = atsign; /* now use this instead */
|
||||
else
|
||||
res = CURLE_OUT_OF_MEMORY;
|
||||
proxyptr = atsign; /* now use this instead */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue