From 2d76d14ea3682c1c144001449654eb0c6bbda08d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 8 Apr 2013 19:42:58 +0200 Subject: cgroup: clean-ups --- src/core/execute.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/execute.c b/src/core/execute.c index dddef14514..5083af9aed 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -1547,8 +1547,7 @@ int exec_spawn(ExecCommand *command, * outside of the cgroup) and in the parent (so that we can be * sure that when we kill the cgroup the process will be * killed too). */ - if (cgroup_bondings) - cgroup_bonding_install_list(cgroup_bondings, pid, cgroup_suffix); + cgroup_bonding_install_list(cgroup_bondings, pid, cgroup_suffix); exec_status_start(&command->exec_status, pid); -- cgit v1.2.3-54-g00ecf