Loading lib/url.c +0 −1 Original line number Diff line number Diff line Loading @@ -2022,7 +2022,6 @@ static CURLcode Connect(struct UrlData *data, free(conn->path); /* free the previous path pointer */ /* we need these pointers if we speak over a proxy */ strcpy(conn->gname, old_conn->gname); /* copy the name */ conn->name = conn->gname; conn->hostname = old_conn->gname; Loading Loading
lib/url.c +0 −1 Original line number Diff line number Diff line Loading @@ -2022,7 +2022,6 @@ static CURLcode Connect(struct UrlData *data, free(conn->path); /* free the previous path pointer */ /* we need these pointers if we speak over a proxy */ strcpy(conn->gname, old_conn->gname); /* copy the name */ conn->name = conn->gname; conn->hostname = old_conn->gname; Loading