mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix parsing of string for eval command.
PR: 18447 Submitted by: Koji Mori <mori@tri.asanuma.co.jp>
This commit is contained in:
parent
b2acf8878e
commit
98e05fd3ef
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ parsecmd(interact)
|
|||
{
|
||||
int t;
|
||||
|
||||
tokpushback = 0;
|
||||
doprompt = interact;
|
||||
if (doprompt)
|
||||
setprompt(1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue