]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
ip6tables bug fixed
authorHarald Welte <laforge@gnumonks.org>
Mon, 28 May 2001 19:48:14 +0000 (19:48 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 28 May 2001 19:48:14 +0000 (19:48 +0000)
ip6tables.c

index 123d6a44367ce6d2dc89835c4c805b8e9b55db66..29d93d87f30afd5d3b18c8ac1b4f42eba18a756d 100644 (file)
@@ -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;
 }