mirror of
https://github.com/systemd/systemd.git
synced 2025-01-16 03:24:49 +03:00
Merge pull request #2588 from phomes/core-enum-fix
core: use correct enum
This commit is contained in:
commit
1e29c6c602
@ -476,7 +476,7 @@ static void path_enter_running(Path *p) {
|
||||
trigger = UNIT_TRIGGER(UNIT(p));
|
||||
if (!trigger) {
|
||||
log_unit_error(UNIT(p), "Unit to trigger vanished.");
|
||||
path_enter_dead(p, TIMER_FAILURE_RESOURCES);
|
||||
path_enter_dead(p, PATH_FAILURE_RESOURCES);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user