mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 14:55:37 +03:00
udev: do not try to process events if there is no free worker
This commit is contained in:
parent
f2a5412bf2
commit
5f4bca9dcc
@ -924,7 +924,7 @@ static int event_queue_start(Manager *manager) {
|
||||
continue;
|
||||
|
||||
r = event_run(event);
|
||||
if (r < 0)
|
||||
if (r <= 0)
|
||||
return r;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user