Skip to content
Snippets Groups Projects
Commit 3dcc7202 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

dead code removed, found by the coverity.com scan

parent 40981286
No related branches found
No related tags found
No related merge requests found
......@@ -442,7 +442,7 @@ CURLcode Curl_SOCKS5(const char *proxy_name,
int len;
if(proxy_name && proxy_password) {
userlen = strlen(proxy_name);
pwlen = proxy_password?strlen(proxy_password):0;
pwlen = strlen(proxy_password);
}
else {
userlen = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment