fixed IP packet rassembly logic (Ed Swierk)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1880 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4b6ccfdec9
commit
fedc54adaa
@ -344,8 +344,8 @@ insert:
|
|||||||
while (q != (struct ipasfrag *)fp) {
|
while (q != (struct ipasfrag *)fp) {
|
||||||
struct mbuf *t;
|
struct mbuf *t;
|
||||||
t = dtom(q);
|
t = dtom(q);
|
||||||
m_cat(m, t);
|
|
||||||
q = (struct ipasfrag *) q->ipf_next;
|
q = (struct ipasfrag *) q->ipf_next;
|
||||||
|
m_cat(m, t);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user