mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
M #-: Fix resize corner case
This commit is contained in:
parent
b3aeef43df
commit
33fd6138cd
@ -450,7 +450,7 @@ int AddressRange::update_attributes(
|
||||
|
||||
if ( new_size == 0 )
|
||||
{
|
||||
it = allocated.find(0);
|
||||
it = allocated.lower_bound(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user