mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 09:19:53 +00:00
Typo in chain_frag_into_packet_and_validate (but obviously worked anyway...)
This commit is contained in:
parent
418f57dd6a
commit
8980c3f74e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user