Fix the GENERIC build. Don't refer to the non-existant fw_one_pass.

This commit is contained in:
David E. O'Brien 2002-09-12 15:36:13 +00:00
parent a7089c2c4c
commit 5908354455
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103256

View File

@ -463,7 +463,7 @@ ether_ipfw_chk(struct mbuf **m0, struct ifnet *dst,
int i;
struct ip_fw_args args;
if (*rule != NULL && fw_one_pass)
if (*rule != NULL /*&& fw_one_pass*/) /* HACK! need to obey fw_one_pass */
return 1; /* dummynet packet, already partially processed */
/*