Removed invalid assert (always true)

This commit is contained in:
goldsimon 2010-02-10 07:58:21 +00:00
parent 44af02aa1e
commit 87c2d911c9

View File

@ -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)
{