Skip to content

Commit 451449a

Browse files
committed
fix: Add move to configure_host_networking async block
1 parent 2fa075c commit 451449a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jail/linux/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ impl LinuxJail {
266266
.context("Failed to parse prefix length")?;
267267

268268
// Configure host side
269-
block_on(async {
269+
block_on(async move {
270270
let (connection, handle, _) = rtnetlink::new_connection()?;
271271
tokio::spawn(connection);
272272

0 commit comments

Comments
 (0)