Skip to content

net-device-ethernet: Prevent double free

The second commit removes the check completely. If the check is required, I think it would make more sense to do it in cc-network-panel.c, at function panel_add_device() and prevent the NetDeviceEthernet object to be created.

Fixes: ee53bfd8

Merge request reports