use ipsec_getnhist() instead of obsoleted ipsec_gethist().
Submitted by: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Reviewed by: Ari Suutari <ari@suutari.iki.fi> (ipfw@)
This commit is contained in:
parent
c055e5d412
commit
aef3a65eb7
@ -1898,7 +1898,7 @@ ipfw_chk(struct ip_fw_args *args)
|
||||
PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL);
|
||||
#endif
|
||||
#ifdef IPSEC
|
||||
match = (ipsec_gethist(m, NULL) != NULL);
|
||||
match = (ipsec_getnhist(m) != NULL);
|
||||
#endif
|
||||
/* otherwise no match */
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user