mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-07 12:55:57 +00: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 */
|
||||
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;
|
||||
}
|
||||
iphdr = r->payload;
|
||||
|
Loading…
Reference in New Issue
Block a user