1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-15 05:57:23 +03:00

M #-: Fix typo in variable

This commit is contained in:
Ruben S. Montero 2022-03-04 21:34:50 +01:00
parent f812406244
commit 657b468f15
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -1520,7 +1520,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
{