aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 88e169c98..87b870113 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -4273,7 +4273,7 @@ static CURLcode parse_proxy(struct SessionHandle *data,
atsign++; /* the right side of the @-letter */
if(atsign)
- proxy = proxyptr = atsign; /* now use this instead */
+ proxyptr = atsign; /* now use this instead */
else
res = CURLE_OUT_OF_MEMORY;
}