Skip to content
Snippets Groups Projects
Commit c141d990 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix syntax error

parent f66e1c49
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment