summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-05-28 19:48:14 +0000
committerHarald Welte <laforge@gnumonks.org>2001-05-28 19:48:14 +0000
commitf7eca1c6081b14c53818da5329d014b5484459e7 (patch)
treebda6a668c48119201d47897fe9e1ce8eb9a67b8a
parentfc32daf07da4914bacb651463ddf6cf22f1e7142 (diff)
ip6tables bug fixed
-rw-r--r--ip6tables.c2
1 files changed, 1 insertions, 1 deletions
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;
}