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

M #-: Fix typo in variable

(cherry picked from commit 657b468f159eea9b102ef77198d7904cc17e4b81)
This commit is contained in:
Ruben S. Montero 2022-03-04 21:34:50 +01:00
parent 471c627081
commit 54231dc389
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -1519,7 +1519,7 @@ void VirtualMachineDiskSaveas::request_execute(
ds_check = ds->get_avail_mb(avail);
ds_disk_type = ds->get_disk_type();
ds_mad = ds->get_ds_mad();
ds_mad = ds->get_tm_mad();
tm_mad = ds->get_tm_mad();
}
else
{