mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.x
This commit is contained in:
parent
53d4f8518a
commit
905c6b87b7
1 changed files with 1 additions and 1 deletions
|
|
@ -2879,7 +2879,7 @@ void nat_log(nat, type)
|
|||
struct nat *nat;
|
||||
u_int type;
|
||||
{
|
||||
# ifdef LARGE_NAT
|
||||
# ifndef LARGE_NAT
|
||||
struct ipnat *np;
|
||||
int rulen;
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue