mirror of https://github.com/apache/cloudstack.git
bug 9595 : Negative resource counts exception when destroying VM account
pushing 2.2.4 changes
This commit is contained in:
parent
5469fc4c01
commit
d95d831faa
|
|
@ -1192,7 +1192,6 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
|
|||
}
|
||||
|
||||
_itMgr.remove(vm, _accountMgr.getSystemUser(), caller);
|
||||
_accountMgr.decrementResourceCount(vm.getAccountId(), ResourceType.user_vm);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue