From fc1f482813ad60d88b65a29594866fcc23561681 Mon Sep 17 00:00:00 2001 From: laforge 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 123d6a4..29d93d8 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