Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuaf committed Jul 30, 2021
1 parent 767c7dd commit b5dec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/container/builder_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fn container_init(args: ContainerInitArgs) -> Result<()> {

// set limits and namespaces to the process
for rlimit in spec.process.rlimits.iter() {
args.syscall
command
.set_rlimit(rlimit)
.context("failed to set rlimit")?;
}
Expand Down

0 comments on commit b5dec87

Please sign in to comment.