NULL is not 0.
Submitted by: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
This commit is contained in:
parent
8b31851075
commit
8b8a0cef40
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user