Fixed cancel loop.

This commit is contained in:
Robert Osfield 2007-09-02 22:31:09 +00:00
parent a97afbb009
commit ecb8d5f8ab

View File

@ -689,7 +689,7 @@ int main(int argc, char** argv)
if (!operationThreads.empty())
{
for(Threads::iterator itr = operationThreads.begin();
itr != operationThreads.begin();
itr != operationThreads.end();
++itr)
{
(*itr)->cancel();