mirror of
https://github.com/apache/cloudstack
synced 2026-08-27 08:15:09 +00:00
bug 12446: fix typo
status 12446: resolved fixed
This commit is contained in:
parent
6ec28391a1
commit
49fb9049fb
@ -2928,7 +2928,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
|
||||
if (account == null) {
|
||||
throw new InvalidParameterValueException("Unable to find account " + accountName + " in domain " + domainId);
|
||||
}
|
||||
permittedAccounts.add(caller.getId());
|
||||
permittedAccounts.add(account.getId());
|
||||
}
|
||||
|
||||
if (caller.getType() == Account.ACCOUNT_TYPE_DOMAIN_ADMIN || caller.getType() == Account.ACCOUNT_TYPE_RESOURCE_DOMAIN_ADMIN) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user