summaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 1e99c6f..54466f6 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -47,7 +47,7 @@ struct fuse_session {
int fd;
struct mount_opts *mo;
int debug;
- int allow_root;
+ int deny_others;
struct fuse_lowlevel_ops op;
int got_init;
struct cuse_data *cuse_data;