aboutsummaryrefslogtreecommitdiffstats
path: root/fuse/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuse/main.c')
-rw-r--r--fuse/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/main.c b/fuse/main.c
index 58b7b2f..08acea5 100644
--- a/fuse/main.c
+++ b/fuse/main.c
@@ -41,7 +41,7 @@
#endif
const char* default_options = "ro_fallback,allow_other,blkdev,big_writes,"
- "defer_permissions";
+ "default_permissions";
struct exfat ef;