summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/scope.c2
1 files changed, 1 insertions, 1 deletions
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;
}