mirror of
https://github.com/curl/curl.git
synced 2026-04-16 01:21:41 +03:00
fix little flaw that could make the transfer loop end prematurely
This commit is contained in:
parent
4cd7f85410
commit
8edbe262d9
1 changed files with 2 additions and 0 deletions
|
|
@ -155,6 +155,8 @@ int main(void)
|
|||
}
|
||||
if (C < CNT) {
|
||||
init(cm, C++);
|
||||
U++; /* just to prevent it from remaining at 0 if there are more
|
||||
URLs to get */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue