mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6083 corrected firewall rule cidr load issue
This commit is contained in:
parent
b77b55f040
commit
3136401d40
|
|
@ -39,7 +39,6 @@ public class FirewallRulesCidrsDaoImpl extends GenericDaoBase<FirewallRulesCidrs
|
|||
protected FirewallRulesCidrsDaoImpl() {
|
||||
CidrsSearch = createSearchBuilder();
|
||||
CidrsSearch.and("firewallRuleId", CidrsSearch.entity().getFirewallRuleId(), SearchCriteria.Op.EQ);
|
||||
CidrsSearch.and("firewallRuleId", CidrsSearch.entity().getId(), SearchCriteria.Op.EQ);
|
||||
CidrsSearch.done();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue