diff options
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 7ffcd96fe591..9fe5d7b81580 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -1304,7 +1304,7 @@ int ip_push_pending_frames(struct sock *sk) | |||
1304 | err = ip_local_out(skb); | 1304 | err = ip_local_out(skb); |
1305 | if (err) { | 1305 | if (err) { |
1306 | if (err > 0) | 1306 | if (err > 0) |
1307 | err = inet->recverr ? net_xmit_errno(err) : 0; | 1307 | err = net_xmit_errno(err); |
1308 | if (err) | 1308 | if (err) |
1309 | goto error; | 1309 | goto error; |
1310 | } | 1310 | } |