Skip to content

Commit 4bde0ed

Browse files
committed
bug fix with config end detection
1 parent f233381 commit 4bde0ed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

FortinetMigration/FortiGateParser.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ private void ParseCommands(string filename)
102102
commandName = line;
103103
}
104104

105+
if (commandName == "end\"")
106+
{
107+
commandName = "end";
108+
};
109+
105110
FgCommandExt fgCommandExtT = null;
106111

107112
switch (commandName)

0 commit comments

Comments
 (0)