diff --git a/src/shared/killall.c b/src/shared/killall.c index 5db307560f..8735b4feda 100644 --- a/src/shared/killall.c +++ b/src/shared/killall.c @@ -53,7 +53,7 @@ static bool is_in_survivor_cgroup(const PidRef *pid) { assert(pidref_is_set(pid)); - r = cg_pidref_get_path(/* root= */ NULL, pid, &cgroup_path); + r = cg_pidref_get_path(/* controller= */ NULL, pid, &cgroup_path); if (r == -EUNATCH) { log_warning_errno(r, "Process " PID_FMT " appears to originate in foreign namespace, ignoring.", pid->pid); return true;