Browse Source

etharp_output_sent no longer exists

STABLE-2_1_x
jani 24 years ago
parent
commit
02a6a8a809
  1. 1
      src/arch/unix/netif/tapif.c

1
src/arch/unix/netif/tapif.c

@ -262,7 +262,6 @@ tapif_output(struct netif *netif, struct pbuf *p,
p = etharp_output(netif, ipaddr, p);
if(p != NULL) {
low_level_output(netif, p);
etharp_output_sent(p);
p = NULL;
}
return ERR_OK;

Loading…
Cancel
Save