1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Feature #1727: Fix bug, extra semicolon

This commit is contained in:
Carlos Martín 2015-07-23 12:42:00 +02:00
parent 14c2f2a1c8
commit 098060ef6a

View File

@ -4437,7 +4437,7 @@ void VirtualMachine::delete_disk_snapshot(int did, int snap_id,
(*ds_quotas)->add("IMAGES",0 );
}
if (disk_target(disk) != "NONE"); // self or system
if (disk_target(disk) != "NONE") // self or system
{
*vm_quotas = new Template();