mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
forgot to delete 'return' in the last commit
This commit is contained in:
parent
8b9a303e21
commit
b8972f5701
@ -261,7 +261,7 @@ tapif_output(struct netif *netif, struct pbuf *p,
|
||||
{
|
||||
p = etharp_output(netif, ipaddr, p);
|
||||
if(p != NULL) {
|
||||
return low_level_output(netif, p);
|
||||
low_level_output(netif, p);
|
||||
etharp_output_sent(p);
|
||||
p = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user