diff options
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 49208ba75094..0f0711417c9d 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
@@ -1149,7 +1149,7 @@ int ip6_push_pending_frames(struct sock *sk) | |||
1149 | err = NF_HOOK(PF_INET6, NF_IP6_LOCAL_OUT, skb, NULL, skb->dst->dev, dst_output); | 1149 | err = NF_HOOK(PF_INET6, NF_IP6_LOCAL_OUT, skb, NULL, skb->dst->dev, dst_output); |
1150 | if (err) { | 1150 | if (err) { |
1151 | if (err > 0) | 1151 | if (err > 0) |
1152 | err = inet->recverr ? net_xmit_errno(err) : 0; | 1152 | err = np->recverr ? net_xmit_errno(err) : 0; |
1153 | if (err) | 1153 | if (err) |
1154 | goto error; | 1154 | goto error; |
1155 | } | 1155 | } |