1
0
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:
Ruben S. Montero 2021-08-31 19:12:14 +02:00
parent b3aeef43df
commit 33fd6138cd
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -450,7 +450,7 @@ int AddressRange::update_attributes(
if ( new_size == 0 )
{
it = allocated.find(0);
it = allocated.lower_bound(0);
}
else
{