CS-14731. Not able to revoke ingress rule, when there are multiple rules pointing to the same port and CIDR.

Resolved.
This commit is contained in:
Likitha Shetty 2012-05-14 16:23:39 +05:30
parent c4f258fa82
commit 14902a0bf7
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ public class EC2Engine {
EC2IpPermission[] perms = group.getIpPermissionSet();
for (EC2IpPermission perm : perms) {
ruleId = doesRuleMatch( items[0], perm );
if (ruleId != null) break;
}
}