From aef3a65eb78091f8fec859e55bab4032bc576384 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Fri, 7 Nov 2003 20:25:47 +0000 Subject: [PATCH] use ipsec_getnhist() instead of obsoleted ipsec_gethist(). Submitted by: "Bjoern A. Zeeb" Reviewed by: Ari Suutari (ipfw@) --- sys/netinet/ip_fw2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 4d540149c5a..ed5946e330b 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -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;