From: Daniel Stenberg Date: Sun, 17 Feb 2002 11:17:37 +0000 (+0000) Subject: Giaslas Georgios's Host: over proxy fix X-Git-Tag: curl-7_9_5-pre2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=feb6b6445ee7ad619dbae742b3f81ebe4011faa6;p=thirdparty%2Fcurl.git Giaslas Georgios's Host: over proxy fix --- diff --git a/lib/url.c b/lib/url.c index c26f2a1990..fc2031c943 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1984,6 +1984,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, /* we need these pointers if we speak over a proxy */ conn->hostname = old_conn->gname; + conn->name = old_conn->name; free(conn->path); /* free the previously allocated path pointer */