Skip to content

Commit

Permalink
fix(mmserver): pass correct flags to move_mount
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Dec 17, 2024
1 parent 5497069 commit af519ee
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 @@ -834,7 +834,7 @@ pub(super) fn fuse_mount_into(
c"",
AT_FDCWD,
dst.as_ref(),
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 af519ee

Please sign in to comment.