]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udevd: remove stale comment
authorTom Gundersen <teg@jklm.no>
Tue, 12 May 2015 14:57:01 +0000 (16:57 +0200)
committerTom Gundersen <teg@jklm.no>
Tue, 12 May 2015 15:06:21 +0000 (17:06 +0200)
src/udev/udevd.c

index e558098ef03f3bc4b1a913594fa501f2515f67e2..1443a0d8c276640ec697e8c7e528661bca1d08d9 100644 (file)
@@ -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);