mirror of https://github.com/apache/cloudstack.git
Bug 14875: fixed listNetworks by domainId/aclType=Domain
This commit is contained in:
parent
f6041de179
commit
8cfc3c4775
|
|
@ -3432,6 +3432,7 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
|
|||
}
|
||||
}
|
||||
|
||||
sc.addAnd("id", SearchCriteria.Op.SC, accountSC);
|
||||
return _networksDao.search(sc, searchFilter);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue