]> granicus.if.org Git - curl/commitdiff
oops ;-)
authorYang Tse <yangsita@gmail.com>
Fri, 17 Oct 2008 13:55:13 +0000 (13:55 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 17 Oct 2008 13:55:13 +0000 (13:55 +0000)
lib/url.c

index 515188af76385399e6fa8966b59f2513774fe235..45567b6a0ad6c67167fd41e3d1ba082c25847147 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -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);
 }