diff options
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ CURLcode Curl_ch_connc(struct SessionHandle *data, struct conncache *c, long newamount) { - int i; + long i; struct connectdata **newptr; if(newamount < c->num) { |