diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/ip6t_HL.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/netfilter/ip6t_HL.c b/net/ipv6/netfilter/ip6t_HL.c index 435750f664dd..7e5d51386f56 100644 --- a/net/ipv6/netfilter/ip6t_HL.c +++ b/net/ipv6/netfilter/ip6t_HL.c | |||
@@ -52,8 +52,7 @@ static unsigned int ip6t_hl_target(struct sk_buff **pskb, | |||
52 | break; | 52 | break; |
53 | } | 53 | } |
54 | 54 | ||
55 | if (new_hl != ip6h->hop_limit) | 55 | ip6h->hop_limit = new_hl; |
56 | ip6h->hop_limit = new_hl; | ||
57 | 56 | ||
58 | return IP6T_CONTINUE; | 57 | return IP6T_CONTINUE; |
59 | } | 58 | } |