Advertisement
Guest User

Untitled

a guest
Jan 31st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. diff --git a/net/ipv6/netfilter/ip6_tables.c b/net/ipv6/netfilter/ip6_tables.c
  2. index ab498dd2..16c6d093 100644
  3. --- a/net/ipv6/netfilter/ip6_tables.c
  4. +++ b/net/ipv6/netfilter/ip6_tables.c
  5. @@ -343,6 +343,7 @@ ip6t_do_table(struct sk_buff *skb,
  6. acpar.out = out;
  7. acpar.family = NFPROTO_IPV6;
  8. acpar.hooknum = hook;
  9. + acpar.thoff = 0;
  10.  
  11. IP_NF_ASSERT(table->valid_hooks & (1 << hook));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement