mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-13 06:37:25 +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);
|
p = etharp_output(netif, ipaddr, p);
|
||||||
if(p != NULL) {
|
if(p != NULL) {
|
||||||
return low_level_output(netif, p);
|
low_level_output(netif, p);
|
||||||
etharp_output_sent(p);
|
etharp_output_sent(p);
|
||||||
p = NULL;
|
p = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user