service: Fix compilation after prev patch

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2015-08-06 15:00:34 +03:00
parent 2f172c8b24
commit 22378ea3bc

View file

@ -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)