summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
diff options
context:
space:
mode:
authorlaforge <laforge>2001-05-28 19:48:14 +0000
committerlaforge <laforge>2001-05-28 19:48:14 +0000
commitfc1f482813ad60d88b65a29594866fcc23561681 (patch)
treebda6a668c48119201d47897fe9e1ce8eb9a67b8a /ip6tables.c
parent357ebb1efef3d506a1da4c9e134d972739367510 (diff)
ip6tables bug fixed
Diffstat (limited to 'ip6tables.c')
-rw-r--r--ip6tables.c2
1 files changed, 1 insertions, 1 deletions
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;
}