mirror of
https://github.com/curl/curl.git
synced 2026-04-17 04:11:41 +03:00
Compiler warning fix
This commit is contained in:
parent
6ebd5e1761
commit
ba01198e6c
1 changed files with 1 additions and 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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue