aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index adbdb503db0c..749b0ef9f405 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1486,7 +1486,7 @@ int tcp_v4_do_rcv(struct sock *sk, struct sk_buff *skb)
1486 sk->sk_rx_dst = NULL; 1486 sk->sk_rx_dst = NULL;
1487 } 1487 }
1488 } 1488 }
1489 tcp_rcv_established(sk, skb, tcp_hdr(skb)); 1489 tcp_rcv_established(sk, skb);
1490 return 0; 1490 return 0;
1491 } 1491 }
1492 1492