mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
Removed invalid assert (always true)
This commit is contained in:
parent
44af02aa1e
commit
87c2d911c9
@ -564,8 +564,6 @@ snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw)
|
|||||||
u16_t plen, base;
|
u16_t plen, base;
|
||||||
u8_t *msg_ptr;
|
u8_t *msg_ptr;
|
||||||
|
|
||||||
LWIP_ASSERT("raw_len <= 0xffff", raw_len <= 0xffff);
|
|
||||||
|
|
||||||
plen = 0;
|
plen = 0;
|
||||||
while (p != NULL)
|
while (p != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user