mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix the build.
Noted by: ganbold@
This commit is contained in:
parent
42003afced
commit
e7ef3e9494
1 changed files with 1 additions and 1 deletions
|
|
@ -5966,7 +5966,7 @@ table_handler(int ac, char *av[])
|
|||
} else if (_substrcmp(*av, "list") == 0) {
|
||||
a = is_all ? tables_max : (ent.tbl + 1);
|
||||
do {
|
||||
table_list(ent);
|
||||
table_list(ent, is_all);
|
||||
} while (++ent.tbl < a);
|
||||
} else
|
||||
errx(EX_USAGE, "invalid table command %s", *av);
|
||||
|
|
|
|||
Loading…
Reference in a new issue