mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-06 09:56:38 +00:00
fixed last commit (copy & paste from patch broke the code)
This commit is contained in:
parent
c18abd4fbe
commit
f1c7e73bef
@ -595,7 +595,7 @@ ip_reass(struct pbuf *p)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* find the previous entry in the linked list */
|
/* find the previous entry in the linked list */
|
||||||
if (ipr == reassdatagrams_ipv4) {
|
if (ipr == reassdatagrams) {
|
||||||
ipr_prev = NULL;
|
ipr_prev = NULL;
|
||||||
} else {
|
} else {
|
||||||
for (ipr_prev = reassdatagrams; ipr_prev != NULL; ipr_prev = ipr_prev->next) {
|
for (ipr_prev = reassdatagrams; ipr_prev != NULL; ipr_prev = ipr_prev->next) {
|
||||||
|
Loading…
Reference in New Issue
Block a user