diff options
author | Tom Gundersen <teg@jklm.no> | 2015-05-12 16:57:01 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-05-12 17:06:21 +0200 |
commit | 005e945cc454c07fac381d59a6e0fe810eb1107b (patch) | |
tree | c582c1d12fe4bd9f74410e431827a05ca307c74e /src/udev | |
parent | 799a108c074bb3d6b4b44a9f2b69342cd60bb137 (diff) |
udevd: remove stale comment
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/udevd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c index e558098ef0..1443a0d8c2 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -1584,10 +1584,6 @@ int main(int argc, char *argv[]) { * This needs to be after the inotify handling, to make sure, * that the ping is send back after the possibly generated * "change" events by the inotify device node watch. - * - * A single time we may receive a client connection which we need to - * keep open to block the client. It will be closed right before we - * exit. */ if (is_ctrl) on_ctrl_msg(NULL, fd_ctrl, 0, udev_ctrl); |