1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-04 05:17:40 +03:00

Merge branch 'master' into feature-198

This commit is contained in:
Ruben S. Montero 2010-03-20 00:52:38 +01:00
commit c81bcc2495

View File

@ -238,6 +238,7 @@ void PoolSQL::replace()
if ( index == pool.end())
{
oid_queue.pop();
break;
}
@ -254,6 +255,7 @@ void PoolSQL::replace()
pool.erase(index);
oid_queue.pop();
removed = true;
}
}