Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/eth/eth.c

    r5fe7692 rffa2c8ef  
    214214        if (rc != EOK) {
    215215                free(eth_globals.broadcast_addr);
    216                 eth_devices_destroy(&eth_globals.devices, free);
     216                eth_devices_destroy(&eth_globals.devices);
    217217        }
    218218out:
Note: See TracChangeset for help on using the changeset viewer.