Removed assertion that always equaled true.
This commit is contained in:
@@ -321,7 +321,6 @@ static s8_t find_entry(struct ip_addr *ipaddr, u8_t flags)
|
||||
}
|
||||
|
||||
/* { empty or recyclable entry found } */
|
||||
LWIP_ASSERT("i >= 0", i >= 0);
|
||||
LWIP_ASSERT("i < ARP_TABLE_SIZE", i < ARP_TABLE_SIZE);
|
||||
|
||||
/* recycle entry (no-op for an already empty entry) */
|
||||
|
||||
Reference in New Issue
Block a user