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:
parent
14c2f2a1c8
commit
098060ef6a
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user