]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: drop redundant initializations for file descriptors
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Oct 2018 08:41:17 +0000 (17:41 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 12 Nov 2018 14:25:59 +0000 (23:25 +0900)
commitc4b69e990f962128cc6975e36e91e9ad838fa2c4
tree3d7d009f207d2d34c1af55210412847512066143
parentc52cff074831c6ca76f20f9c972283c78d8843be
udev: drop redundant initializations for file descriptors

As udev_ctrl_new_from_fd() or udev_monitor_new_from_netlink_fd()
creates fd if negative fd is passed.
src/udev/udevd.c