mirror of
https://github.com/curl/curl.git
synced 2026-07-24 06:57:20 +03:00
oops ;-)
This commit is contained in:
parent
fb08868e54
commit
e7886aa9b4
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ static void close_connections(struct SessionHandle *data)
|
|||
{
|
||||
/* Loop through all open connections and kill them one by one */
|
||||
long i;
|
||||
do
|
||||
do {
|
||||
i = ConnectionKillOne(data);
|
||||
} while(i != -1L);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue