summaryrefslogtreecommitdiff
path: root/udev/udevd.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-11-01 19:12:20 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-11-01 19:12:20 +0100
commit00f98bd2b3cc8205ec70e2b1a6fc2132dba3d9ba (patch)
tree0ea47351debc9e114dab46292bc2d404cd41fb15 /udev/udevd.c
parent0ef254d5800c0c0dabfaf943886a47731784a955 (diff)
skip entire rule containing device naming keys, if no device can be named
If rules set NAME, SYMLINK, OWNER, GROUP, MODE, events without a device node and remove events will skip the entire rule. The old parser did the same.
Diffstat (limited to 'udev/udevd.c')
-rw-r--r--udev/udevd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/udev/udevd.c b/udev/udevd.c
index 9096f9505b..405a1ed907 100644
--- a/udev/udevd.c
+++ b/udev/udevd.c
@@ -430,7 +430,6 @@ static void event_queue_manager(struct udev *udev)
continue;
}
- /* do dendencies, start event */
event_fork(loop_event);
dbg(udev, "moved seq %llu to running list\n", udev_device_get_seqnum(loop_event->dev));
}