mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user