No need to wakeup, since sctp_add_to_readq() does it.

MFC after:	1 week
This commit is contained in:
Michael Tuexen 2017-09-21 09:18:05 +00:00
parent 7abea82d17
commit d0d8c7de19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323847

View File

@ -1617,7 +1617,6 @@ sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc,
control,
&stcb->sctp_socket->so_rcv, control->end_added,
SCTP_READ_LOCK_NOT_HELD, SCTP_SO_NOT_LOCKED);
do_wakeup = 1;
}
break;
}