mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 17:14:28 +00:00
service: Fix compilation after prev patch
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
2f172c8b24
commit
22378ea3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue