Ignore:
File:
1 edited

Legend:

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

    r28a3e74 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:
     
    531531                            proto->service);
    532532                } else {
    533                         /* Drop invalid/unknown */
     533                        // drop invalid/unknown
    534534                        pq_release_remote(eth_globals.net_phone,
    535535                            packet_get_id(packet));
Note: See TracChangeset for help on using the changeset viewer.