mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing definition in DEBUG code.
MFC after: 3 days
This commit is contained in:
parent
c76e96edf6
commit
289850db1c
1 changed files with 1 additions and 1 deletions
|
|
@ -1323,7 +1323,7 @@ dumptree(rnh)
|
|||
void
|
||||
test_addr(rnh, pref, addr, limit)
|
||||
ipf_rdx_head_t *rnh;
|
||||
int pref;
|
||||
int pref, limit;
|
||||
addrfamily_t *addr;
|
||||
{
|
||||
static int extras[14] = { 0, -1, 1, 3, 5, 8, 9,
|
||||
|
|
|
|||
Loading…
Reference in a new issue