Commit d4aea8ac authored by David S. Miller's avatar David S. Miller

[TCP_IPV6]: Remove unused label discard_and_relse.

parent 650db9be
......@@ -1672,10 +1672,6 @@ static int tcp_v6_rcv(struct sk_buff *skb)
kfree_skb(skb);
return 0;
discard_and_relse:
sock_put(sk);
goto discard_it;
do_time_wait:
if (skb->len < (th->doff<<2) || tcp_checksum_complete(skb)) {
TCP_INC_STATS_BH(TcpInErrs);
......
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