diff options
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3733,7 +3733,7 @@ static CURLcode parseurlandfillconn(struct SessionHandle *data, char *query; int rc; char protobuf[16]; - const char *protop; + const char *protop = ""; CURLcode result; bool rebuild_url = FALSE; |