From: Daniel Stenberg Date: Fri, 17 Oct 2008 13:23:21 +0000 (+0000) Subject: fix syntax error X-Git-Tag: curl-7_19_1~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c141d990599c9bb6f8c71257b063bc04a0f657c5;p=thirdparty%2Fcurl.git fix syntax error --- diff --git a/lib/url.c b/lib/url.c index bf23275899..065b74f62b 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); }