Commit 9870e623 authored by David S. Miller's avatar David S. Miller

Fix mis-merge of TCP_LAST_ACK fix.

parent b8439924
......@@ -3889,7 +3889,6 @@ int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
}
}
/* Fall through */
case TCP_LAST_ACK:
case TCP_ESTABLISHED:
tcp_data_queue(sk, skb);
queued = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment