diff --git a/lib/http.c b/lib/http.c index 3c0f1fb6dbf05902af306ef1561c7272d35aa649..58564be373986720f1038875fca35deec011477a 100644 --- a/lib/http.c +++ b/lib/http.c @@ -1771,7 +1771,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done) uses the encoded host name! */ if(conn->host.dispname != conn->host.name) { char *url = data->change.url; - char *ptr = strstr(url, conn->host.dispname); + ptr = strstr(url, conn->host.dispname); if(ptr) { /* This is where the display name starts in the URL, now replace this part with the encoded name. TODO: This method of replacing the host