Satisfy assertion in m_demote().
Sponsored by: Nginx, Inc.
This commit is contained in:
parent
7ee2d05890
commit
770aa6cb25
@ -231,6 +231,7 @@ tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m)
|
||||
tp->t_segq = m;
|
||||
if (mq && th->th_seq + *tlenp == M_TCPHDR(mq)->th_seq) {
|
||||
m->m_nextpkt = mq->m_nextpkt;
|
||||
mq->m_nextpkt = NULL;
|
||||
m_catpkt(m, mq);
|
||||
} else
|
||||
m->m_nextpkt = mq;
|
||||
|
Loading…
Reference in New Issue
Block a user