forked from Imagelibrary/lwip
minor fix in assertion text
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user