NULL is not 0.

Submitted by:	"Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
This commit is contained in:
ume 2003-12-24 18:22:04 +00:00
parent 0e875a0970
commit ad7968509b

View File

@ -1915,7 +1915,7 @@ ipfw_chk(struct ip_fw_args *args)
PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL);
#endif
#ifdef IPSEC
match = (ipsec_getnhist(m) != NULL);
match = (ipsec_getnhist(m) != 0);
#endif
/* otherwise no match */
break;