mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
minor fix in assertion text
This commit is contained in:
parent
15e8208457
commit
c0925d2d04
@ -114,7 +114,7 @@ icmp_input(struct pbuf *p, struct netif *inp)
|
|||||||
}
|
}
|
||||||
/* copy the whole packet including ip header */
|
/* copy the whole packet including ip header */
|
||||||
if (pbuf_copy(r, p) != ERR_OK) {
|
if (pbuf_copy(r, p) != ERR_OK) {
|
||||||
LWIP_ASSERT("cmp_input: copying to new pbuf failed\n", 0);
|
LWIP_ASSERT("icmp_input: copying to new pbuf failed\n", 0);
|
||||||
goto memerr;
|
goto memerr;
|
||||||
}
|
}
|
||||||
iphdr = r->payload;
|
iphdr = r->payload;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user