mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Call ParseFinishLine() for the last line of a file too.
This commit is contained in:
parent
0504a89fdd
commit
248cf569be
1 changed files with 3 additions and 0 deletions
|
|
@ -2534,6 +2534,9 @@ Parse_File(char *name, FILE *stream)
|
|||
|
||||
free(line);
|
||||
}
|
||||
/* finish the last line also (if there was one) */
|
||||
ParseFinishLine();
|
||||
|
||||
/*
|
||||
* Reached EOF, but it may be just EOF of an include file...
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue