patch-2.4.23 linux-2.4.23/net/ipv6/netfilter/ip6t_ipv6header.c

Next file: linux-2.4.23/net/ipv6/raw.c
Previous file: linux-2.4.23/net/ipv6/ndisc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/net/ipv6/netfilter/ip6t_ipv6header.c linux-2.4.23/net/ipv6/netfilter/ip6t_ipv6header.c
@@ -129,20 +129,13 @@
 	return 1;
 }
 
-static void
-ipv6header_destroy(void *matchinfo,
-		   unsigned int matchinfosize)
-{
-	return;
-}
-
 static struct ip6t_match
 ip6t_ipv6header_match = {
 	{ NULL, NULL },
 	"ipv6header",
 	&ipv6header_match,
 	&ipv6header_checkentry,
-	&ipv6header_destroy,
+	NULL,
 	THIS_MODULE
 };
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)