Skip to content

Commit 56b97f8

Browse files
Merge branch '4.19' into 4.20
2 parents 53bc435 + b9864cb commit 56b97f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/network/NetworkModelImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ public NetworkVO getNetworkWithSGWithFreeIPs(Account account, Long zoneId) {
796796
NetworkVO ret_network = null;
797797
for (NetworkVO nw : networks) {
798798
try {
799-
checkAccountNetworkPermissions(account, nw);
799+
checkNetworkPermissions(account, nw);
800800
} catch (PermissionDeniedException e) {
801801
continue;
802802
}

0 commit comments

Comments
 (0)