summaryrefslogtreecommitdiff
path: root/udevd.c
diff options
context:
space:
mode:
Diffstat (limited to 'udevd.c')
-rw-r--r--udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevd.c b/udevd.c
index ffd2b1ff3b..e4880c9814 100644
--- a/udevd.c
+++ b/udevd.c
@@ -113,7 +113,7 @@ static void msg_queue_insert(struct uevent_msg *msg)
if (msg->seqnum == 0) {
dbg("no SEQNUM, move straight to the exec queue");
- list_add(&msg->node, &exec_list);
+ list_add_tail(&msg->node, &exec_list);
run_exec_q = 1;
return;
}