bug 9595 : Negative resource counts exception when destroying VM account

pushing 2.2.4 changes
This commit is contained in:
Murali Reddy 2011-05-02 12:53:51 +05:30
parent 5469fc4c01
commit d95d831faa
1 changed files with 0 additions and 1 deletions

View File

@ -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;