diff options
-rw-r--r-- | src/udev/udevd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c index 8627a81ec2..e658d6a079 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -1652,7 +1652,7 @@ exit: int main(int argc, char *argv[]) { _cleanup_free_ char *cgroup = NULL; - _cleanup_close_ int fd_ctrl = -1, fd_uevent = -1; + int fd_ctrl = -1, fd_uevent = -1; int r; log_set_target(LOG_TARGET_AUTO); |