mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Get rid of segfault in a `site %s' case.
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
This commit is contained in:
parent
0138fc17c5
commit
a02450722b
1 changed files with 1 additions and 1 deletions
|
|
@ -1461,7 +1461,7 @@ quote1(initial, argc, argv)
|
|||
len += len1;
|
||||
}
|
||||
}
|
||||
if (command(buf) == PRELIM) {
|
||||
if (command("%s", buf) == PRELIM) {
|
||||
while (getreply(0) == PRELIM)
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue