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

Feature #1678: Bug in DatastoreXML::add_capacity

This commit is contained in:
Carlos Martín 2013-10-18 12:54:02 +02:00
parent d0f675e50c
commit 4fb224d53e

View File

@ -52,7 +52,7 @@ public:
*/
void add_capacity(long long vm_disk_mb)
{
free_mb += vm_disk_mb;
free_mb -= vm_disk_mb;
};
int get_oid() const