mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:07:16 +03:00
oops
This commit is contained in:
parent
c141d99059
commit
fb08868e54
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ static void close_connections(struct SessionHandle *data)
|
|||
long i;
|
||||
do
|
||||
i = ConnectionKillOne(data);
|
||||
while(i != -1L);
|
||||
} while(i != -1L);
|
||||
}
|
||||
|
||||
void Curl_freeset(struct SessionHandle * data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue