Typo in chain_frag_into_packet_and_validate (but obviously worked anyway...)

This commit is contained in:
goldsimon 2007-10-09 06:13:12 +00:00
parent 418f57dd6a
commit 8980c3f74e

View File

@ -304,7 +304,7 @@ chain_frag_into_packet_and_validate(struct ip_reassdata *ipr, struct pbuf *new_p
valid = 0;
break;
}
iprh_prev = iprh_tmp;
iprh_prev = iprh;
q = iprh->next_pbuf;
}
/* if still valid, all fragments are received