Skip to content

Commit

Permalink
fix(mmserver): pass correct flags to move_mount (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Dec 20, 2024
1 parent af519ee commit 2e60536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm-server/src/compositor/child/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ fn mount_fs(
c"",
AT_FDCWD,
dst,
MoveMountFlags::MOVE_MOUNT_F_EMPTY_PATH | MoveMountFlags::MOVE_MOUNT_T_EMPTY_PATH,
MoveMountFlags::MOVE_MOUNT_F_EMPTY_PATH,
)?;

Ok(())
Expand Down

0 comments on commit 2e60536

Please sign in to comment.