mirror of https://github.com/apache/cloudstack.git
VPC : typo in FirewallRuleVO
This commit is contained in:
parent
32f55f3e3c
commit
822cf3c9ee
|
|
@ -209,7 +209,7 @@ public class FirewallRuleVO implements Identity, FirewallRule {
|
|||
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