From cc2966faa6758f8a04ec2cc92a75c6e94f099da1 Mon Sep 17 00:00:00 2001 From: liuhaitao Date: Wed, 12 May 2021 16:34:59 +0800 Subject: [PATCH] net/arp: fix merge error in upgrade nuttx-10.1 Change-Id: I397ef438b7bef1f6fa1d30d2edb5713cc2bf0d34 Signed-off-by: liuhaitao --- net/arp/arp_notify.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/arp/arp_notify.c b/net/arp/arp_notify.c index 733bfce3865..562b33ee80b 100644 --- a/net/arp/arp_notify.c +++ b/net/arp/arp_notify.c @@ -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