mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 08:09:42 +00:00
Usually log lines start with a line ending, which means the first hit is always an empty line with reading things backwards. This empty line has no relevance, but only indicates we're at the end of the file. This commits stores the file starting position in all cases and ignores the output when we trying to yield the end of the file.