mirror of
https://github.com/systemd/systemd.git
synced 2026-07-15 20:10:58 +00:00
The commit dcfbde3a43 changes
sd_device_get_ifindex() returns -ENOENT instead of zero if the device
does not have ifindex.
Let's keep the original behavior of udev_device_get_ifindex().
Fixes #10699.