Commit e571ef62 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Andrei Vagin

restore: Fix indentation of one if

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent fad59b7b
......@@ -1427,8 +1427,8 @@ static int restore_task_with_children(void *_arg)
/* Wait prepare_userns */
if (current->parent == NULL &&
restore_finish_stage(task_entries, CR_STATE_RESTORE_NS) < 0)
goto err;
restore_finish_stage(task_entries, CR_STATE_RESTORE_NS) < 0)
goto err;
/*
* Call this _before_ forking to optimize cgroups
......
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