mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05:00
oops ;-)
This commit is contained in:
parent
fb08868e54
commit
e7886aa9b4
@ -232,7 +232,7 @@ static void close_connections(struct SessionHandle *data)
|
|||||||
{
|
{
|
||||||
/* Loop through all open connections and kill them one by one */
|
/* Loop through all open connections and kill them one by one */
|
||||||
long i;
|
long i;
|
||||||
do
|
do {
|
||||||
i = ConnectionKillOne(data);
|
i = ConnectionKillOne(data);
|
||||||
} while(i != -1L);
|
} while(i != -1L);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user