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