We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1265b62 commit e37843fCopy full SHA for e37843f
server/src/main/java/com/cloud/user/AccountManagerImpl.java
@@ -2097,9 +2097,9 @@ public boolean deleteUserAccount(long accountId) {
2097
return true;
2098
}
2099
2100
- validateNoDeleteProtectedVmsForAccount(account);
2101
checkIfAccountManagesProjects(accountId);
2102
verifyCallerPrivilegeForUserOrAccountOperations(account);
+ validateNoDeleteProtectedVmsForAccount(account);
2103
2104
CallContext.current().putContextParameter(Account.class, account.getUuid());
2105
0 commit comments