mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
Revert "loader: support.4th resets the read buffer incorrectly"
This reverts commit 9c1c02093b. It seems
to have broken all old nextboot.conf files causing hangs on boot.
Sponsored by: Netflix
This commit is contained in:
parent
3e87f800f0
commit
4783fb730f
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ variable fd
|
|||
get-current ( -- wid ) previous definitions >search ( wid -- )
|
||||
|
||||
: reset_line_reading
|
||||
0 read_buffer .len !
|
||||
0 to read_buffer_ptr
|
||||
;
|
||||
|
||||
: read_line
|
||||
|
|
|
|||
Loading…
Reference in a new issue