mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00: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:
parent
639c2c5cb2
commit
cc2966faa6
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue