aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r--net/ipv6/ip6_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index a931229856b6..cd48801a8d6f 100644
--- a/net/ipv6/ip6_output.c
+++ b/net/ipv6/ip6_output.c
@@ -1511,7 +1511,7 @@ int ip6_push_pending_frames(struct sock *sk)
1511 err = ip6_local_out(skb); 1511 err = ip6_local_out(skb);
1512 if (err) { 1512 if (err) {
1513 if (err > 0) 1513 if (err > 0)
1514 err = np->recverr ? net_xmit_errno(err) : 0; 1514 err = net_xmit_errno(err);
1515 if (err) 1515 if (err)
1516 goto error; 1516 goto error;
1517 } 1517 }