mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/lwip
This commit is contained in:
commit
b2948c08f7
@ -399,7 +399,7 @@ etharp_find_entry(const ip4_addr_t *ipaddr, u8_t flags, struct netif *netif)
|
|||||||
#if ETHARP_TABLE_MATCH_NETIF
|
#if ETHARP_TABLE_MATCH_NETIF
|
||||||
arp_table[i].netif = netif;
|
arp_table[i].netif = netif;
|
||||||
#endif /* ETHARP_TABLE_MATCH_NETIF*/
|
#endif /* ETHARP_TABLE_MATCH_NETIF*/
|
||||||
return (err_t)i;
|
return (s8_t)i;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user