1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 10:25:06 +03:00

Merge pull request #2588 from phomes/core-enum-fix

core: use correct enum
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-02-11 13:17:42 -05:00
commit 1e29c6c602

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