mirror of https://github.com/apache/cloudstack.git
VPC : typo in FirewallRuleVO
This commit is contained in:
parent
12bfac6857
commit
c2e3833651
|
|
@ -206,7 +206,7 @@ public class FirewallRuleVO implements Identity, NetworkACL {
|
|||
this.accountId = accountId;
|
||||
this.domainId = domainId;
|
||||
|
||||
if (sourceIpAddressId == null) {
|
||||
if (ipAddressId == null) {
|
||||
assert (purpose == Purpose.NetworkACL) : "ipAddressId can be null for " + Purpose.NetworkACL + " only";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue