diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/nf_reject_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/nf_reject_ipv6.c b/net/ipv6/netfilter/nf_reject_ipv6.c index 68e0bb4db1bf..3afdce03d94e 100644 --- a/net/ipv6/netfilter/nf_reject_ipv6.c +++ b/net/ipv6/netfilter/nf_reject_ipv6.c | |||
@@ -65,7 +65,7 @@ EXPORT_SYMBOL_GPL(nf_reject_ip6_tcphdr_get); | |||
65 | 65 | ||
66 | struct ipv6hdr *nf_reject_ip6hdr_put(struct sk_buff *nskb, | 66 | struct ipv6hdr *nf_reject_ip6hdr_put(struct sk_buff *nskb, |
67 | const struct sk_buff *oldskb, | 67 | const struct sk_buff *oldskb, |
68 | __be16 protocol, int hoplimit) | 68 | __u8 protocol, int hoplimit) |
69 | { | 69 | { |
70 | struct ipv6hdr *ip6h; | 70 | struct ipv6hdr *ip6h; |
71 | const struct ipv6hdr *oip6h = ipv6_hdr(oldskb); | 71 | const struct ipv6hdr *oip6h = ipv6_hdr(oldskb); |