summaryrefslogtreecommitdiff
path: root/jail/cgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'jail/cgroups.c')
-rw-r--r--jail/cgroups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jail/cgroups.c b/jail/cgroups.c
index a9484e8..2d3dce4 100644
--- a/jail/cgroups.c
+++ b/jail/cgroups.c
@@ -138,7 +138,7 @@ void cgroups_apply(pid_t pid)
else if (!strncmp("pids.", ent, 5))
pids = true;
else if (!strncmp("rdma.", ent, 5))
- pids = true;
+ rdma = true;
}
maxlen += strlen(cgroup_path) + 2;