From f7eca1c6081b14c53818da5329d014b5484459e7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 28 May 2001 19:48:14 +0000 Subject: ip6tables bug fixed --- ip6tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip6tables.c b/ip6tables.c index 123d6a44..29d93d87 100644 --- a/ip6tables.c +++ b/ip6tables.c @@ -135,7 +135,7 @@ static struct option original_opts[] = { #ifndef __OPTIMIZE__ struct ip6t_entry_target * -ip6t_get_target(struct ipt_entry *e) +ip6t_get_target(struct ip6t_entry *e) { return (void *)e + e->target_offset; } -- cgit v1.2.3