]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: cleanups around sd_listen_fds() (#36030)
authorLennart Poettering <lennart@poettering.net>
Mon, 20 Jan 2025 17:06:56 +0000 (18:06 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 17:06:56 +0000 (18:06 +0100)
Fixes a bug introduced by 2f0aa9a80445ef18086260a60fad71920ad9486c.

In the offending commit, `sd_varlink_server_listen_auto()` is used. That
may add file descriptors of netlink socket for uevent and legacy control
socket varlink server. Then, udevd may fail to receive uevents.

1  2 
src/udev/meson.build

Simple merge