aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-17 13:55:13 +0000
committerYang Tse <yangsita@gmail.com>2008-10-17 13:55:13 +0000
commite7886aa9b4dbd436708dfb21a79f19e7b1f2c02c (patch)
treea6ef5edb277bb29c8e1ebfeadfeed96b538bcf24 /lib
parentfb08868e5475ad311baef93fe8ade1b26a9827f8 (diff)
oops ;-)
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 515188af7..45567b6a0 100644
--- 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);
}