| commit | f7eca1c6081b14c53818da5329d014b5484459e7 | [log] [tgz] |
|---|---|---|
| author | Harald Welte <laforge@gnumonks.org> | Mon May 28 19:48:14 2001 +0000 |
| committer | Harald Welte <laforge@gnumonks.org> | Mon May 28 19:48:14 2001 +0000 |
| tree | bda6a668c48119201d47897fe9e1ce8eb9a67b8a | |
| parent | fc32daf07da4914bacb651463ddf6cf22f1e7142 [diff] |
ip6tables bug fixed
diff --git a/ip6tables.c b/ip6tables.c index 123d6a4..29d93d8 100644 --- a/ip6tables.c +++ b/ip6tables.c
@@ -135,7 +135,7 @@ #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; }