mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make this compile without INVARIANTS.
This commit is contained in:
parent
4d5e876be3
commit
1334cfe00c
1 changed files with 2 additions and 0 deletions
|
|
@ -449,7 +449,9 @@ ipx_attach(so, proto, td)
|
|||
int proto;
|
||||
struct thread *td;
|
||||
{
|
||||
#ifdef INVARIANTS
|
||||
struct ipxpcb *ipxp = sotoipxpcb(so);
|
||||
#endif
|
||||
int error;
|
||||
|
||||
KASSERT(ipxp == NULL, ("ipx_attach: ipxp != NULL"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue