mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-11 01:13:33 +00:00
The h will point to NULL if h->next->next is NULL anyway. So remove the unnecessary NULL test for h->next->next in each iteration. Signed-off-by: Axel Lin <axel.lin@ingics.com>