mirror of https://github.com/apache/cloudstack.git
Merge branch '4.20'
This commit is contained in:
commit
ae95be3702
|
|
@ -797,7 +797,7 @@ public class NetworkModelImpl extends ManagerBase implements NetworkModel, Confi
|
||||||
NetworkVO ret_network = null;
|
NetworkVO ret_network = null;
|
||||||
for (NetworkVO nw : networks) {
|
for (NetworkVO nw : networks) {
|
||||||
try {
|
try {
|
||||||
checkAccountNetworkPermissions(account, nw);
|
checkNetworkPermissions(account, nw);
|
||||||
} catch (PermissionDeniedException e) {
|
} catch (PermissionDeniedException e) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue