aboutsummaryrefslogtreecommitdiff
path: root/lwip/port/netif/hurdethif.c
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/port/netif/hurdethif.c')
-rw-r--r--lwip/port/netif/hurdethif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwip/port/netif/hurdethif.c b/lwip/port/netif/hurdethif.c
index b55c7edb..f2103566 100644
--- a/lwip/port/netif/hurdethif.c
+++ b/lwip/port/netif/hurdethif.c
@@ -402,7 +402,7 @@ hurdethif_demuxer (mach_msg_header_t * inp, mach_msg_header_t * outp)
else
local_port = inp->msgh_local_port;
- for (netif = netif_list; netif; netif = netif->next)
+ NETIF_FOREACH(netif)
if (local_port == netif_get_state (netif)->readptname)
break;