NULL is not 0.

Submitted by:	"Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
This commit is contained in:
Hajimu UMEMOTO 2003-12-24 18:22:04 +00:00
parent 8b31851075
commit 8b8a0cef40

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;