Fix a bug where the system panics when a SHUTDOWN is received with an

illegal TSN.

Approved by: rrs (mentor)
MFC after: ASAP
This commit is contained in:
Michael Tuexen 2009-11-18 12:17:06 +00:00
parent 72757b75bb
commit 7e6206af12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199477

View File

@ -834,6 +834,9 @@ sctp_handle_shutdown(struct sctp_shutdown_chunk *cp,
return;
} else {
sctp_update_acked(stcb, cp, net, abort_flag);
if (*abort_flag) {
return;
}
}
if (asoc->control_pdapi) {
/*