1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fix syntax error

This commit is contained in:
Daniel Stenberg 2008-10-17 13:23:21 +00:00
parent f66e1c49b0
commit c141d99059

View File

@ -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);
}