1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-04 22:21:55 +03:00

core: use correct enum

from e903182e5b
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2016-02-11 19:02:54 +01:00
parent 95adafc428
commit 9e4942ed5a

View File

@ -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;
}