Commit c6fc3f1a authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

minor comment clarification

*can* reads that it might fail but won't. Instead, this comment means that any
code added below it should not fail, because the network is unlocked and so the
restored process is exposed to the world.
Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1c799333
......@@ -1822,7 +1822,7 @@ static int restore_root_task(struct pstree_item *init)
/*
* -------------------------------------------------------------
* Below this line nothing can fail, because network is unlocked
* Below this line nothing should fail, because network is unlocked
*/
ret = restore_switch_stage(CR_STATE_RESTORE_CREDS);
......
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