mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -1898,7 +1898,7 @@ check_body:
|
|||
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 a new issue