Updated Branches:
  refs/heads/master b77b55f04 -> 3136401d4

CLOUDSTACK-6083 corrected firewall rule cidr load issue


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3136401d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3136401d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3136401d

Branch: refs/heads/master
Commit: 3136401d40d295ac9180ee0460a1512462064a73
Parents: b77b55f
Author: Jayapal <[email protected]>
Authored: Thu Feb 13 14:42:27 2014 +0530
Committer: Jayapal <[email protected]>
Committed: Thu Feb 13 14:42:38 2014 +0530

----------------------------------------------------------------------
 .../schema/src/com/cloud/network/dao/FirewallRulesCidrsDaoImpl.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3136401d/engine/schema/src/com/cloud/network/dao/FirewallRulesCidrsDaoImpl.java
----------------------------------------------------------------------
diff --git 
a/engine/schema/src/com/cloud/network/dao/FirewallRulesCidrsDaoImpl.java 
b/engine/schema/src/com/cloud/network/dao/FirewallRulesCidrsDaoImpl.java
index 9f28800..e89536b 100644
--- a/engine/schema/src/com/cloud/network/dao/FirewallRulesCidrsDaoImpl.java
+++ b/engine/schema/src/com/cloud/network/dao/FirewallRulesCidrsDaoImpl.java
@@ -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();
     }
 

Reply via email to