From: Yang Tse Date: Fri, 17 Oct 2008 13:55:13 +0000 (+0000) Subject: oops ;-) X-Git-Tag: curl-7_19_1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7886aa9b4dbd436708dfb21a79f19e7b1f2c02c;p=thirdparty%2Fcurl.git oops ;-) --- diff --git a/lib/url.c b/lib/url.c index 515188af76..45567b6a0a 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); }