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:
commit
c81bcc2495
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user