mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6083 corrected firewall rule cidr load issue
(cherry picked from commit e8f93f28fc)
Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
This commit is contained in:
parent
0ff152258e
commit
88463cd10b
|
|
@ -39,8 +39,7 @@ 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();
|
||||
CidrsSearch.done();
|
||||
}
|
||||
|
||||
@Override @DB
|
||||
|
|
|
|||
Loading…
Reference in New Issue