]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-node: make stack_directory_read_one() accept NULL for devnode
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Feb 2023 05:43:58 +0000 (14:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Feb 2023 10:40:31 +0000 (19:40 +0900)
commit135e5a201a3eb411a6767c1c16e704eaa0431d33
tree00fbc662e38d29c2bca5c70abb70466bead6baa6
parent0ba75bde5f008dd5eb818549c76e1fa4499b7f36
udev-node: make stack_directory_read_one() accept NULL for devnode

No functional change, as currently the function is always called with
non-NULL argument. Just a preparation for #26048 or #25839.
src/udev/udev-node.c