mirror of
https://github.com/containers/youki
synced 2024-12-03 18:48:22 +01:00
commit
df0c6f0f02
@ -116,7 +116,7 @@ pub fn container_intermediate_process(
|
||||
.close()
|
||||
.context("failed to close unused init sender")?;
|
||||
|
||||
return Ok(pid);
|
||||
Ok(pid)
|
||||
}
|
||||
|
||||
fn apply_cgroups<C: CgroupManager + ?Sized>(
|
||||
|
Loading…
Reference in New Issue
Block a user