1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Remove oid from cache queue in PoolSQL

This commit is contained in:
Ruben S. Montero 2010-03-15 16:30:49 +01:00
parent 61d7079cc2
commit 5337a9caf1

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;
}
}