net/arp: fix merge error in upgrade nuttx-10.1

Change-Id: I397ef438b7bef1f6fa1d30d2edb5713cc2bf0d34
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
liuhaitao
2021-05-12 16:34:59 +08:00
parent 639c2c5cb2
commit cc2966faa6
-1
View File
@@ -194,7 +194,6 @@ void arp_notify(in_addr_t ipaddr)
/* Find an entry with the matching IP address in the list of waiters */
flags = enter_critical_section();
for (curr = g_arp_waiters; curr; curr = curr->nt_flink)
{
/* Does this entry match? If the result is okay, then we have