Commit 22378ea3 authored by Pavel Emelyanov's avatar Pavel Emelyanov

service: Fix compilation after prev patch

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 2f172c8b
......@@ -401,7 +401,7 @@ static int setup_opts_from_req(int sk, CriuOpts *req)
opts.manage_cgroups = req->manage_cgroups ? CG_MODE_SOFT : CG_MODE_IGNORE;
/* Override the manage_cgroup if mode is set explicitly */
if (req->has_manage_cgroups_mode) {
if (req->has_manage_cgroups_mode)
opts.manage_cgroups = req->manage_cgroups_mode;
if (req->has_auto_ext_mnt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment