mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00: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;
|
||||
u8_t *msg_ptr;
|
||||
|
||||
LWIP_ASSERT("raw_len <= 0xffff", raw_len <= 0xffff);
|
||||
|
||||
plen = 0;
|
||||
while (p != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user