Skip to content

Commit 6ce90c8

Browse files
committed
Cisco fix: fix bug with ruleNumber
1 parent 7122547 commit 6ce90c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CiscoMigration/CiscoConverter.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5268,10 +5268,6 @@ void SubMatchNATRulesIntoFirewallPolicy()
52685268
{
52695269
break;
52705270
}
5271-
else
5272-
{
5273-
++ruleNumber; // this is because we are changing the collection during iteration!!!
5274-
}
52755271
}
52765272
}
52775273
}

0 commit comments

Comments
 (0)