From 68a01fb658c926b527bd58da94467903feb5d1d0 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Tue, 28 Apr 2015 19:02:49 +0200 Subject: scope: use correct enum type --- src/core/scope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/scope.c') diff --git a/src/core/scope.c b/src/core/scope.c index 1848641d81..cbfa3369ab 100644 --- a/src/core/scope.c +++ b/src/core/scope.c @@ -293,7 +293,7 @@ static int scope_start(Unit *u) { r = unit_attach_pids_to_cgroup(u); if (r < 0) { log_unit_warning_errno(UNIT(s)->id, r, "%s: Failed to add PIDs to scope's control group: %m", UNIT(s)->id); - scope_enter_dead(s, SERVICE_FAILURE_RESOURCES); + scope_enter_dead(s, SCOPE_FAILURE_RESOURCES); return r; } -- cgit v1.2.3-54-g00ecf