siftr: spell PFIL_PASS correctly.
Sponsored by: NetApp Sponsored by: Klara Inc. Differential Revision: https://reviews.freebsd.org/D36539
This commit is contained in:
parent
95d5a656a2
commit
c198adf394
@ -1128,8 +1128,7 @@ inp_unlock6:
|
||||
INP_RUNLOCK(inp);
|
||||
|
||||
ret6:
|
||||
/* Returning 0 ensures pfil will not discard the pkt. */
|
||||
return (0);
|
||||
return (PFIL_PASS);
|
||||
}
|
||||
#endif /* #ifdef SIFTR_IPV6 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user