From 0f9299263118dc60fedb5111d2d29b86524ab26c Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 8 Apr 2024 18:20:34 -0500 Subject: [PATCH] fuse_init.cpp --- src/fuse_init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse_init.cpp b/src/fuse_init.cpp index 3699e28e..ee825a22 100644 --- a/src/fuse_init.cpp +++ b/src/fuse_init.cpp @@ -151,7 +151,7 @@ namespace FUSE l::want_if_capable(conn_,FUSE_CAP_HANDLE_KILLPRIV_V2,&cfg->handle_killpriv_v2); l::want_if_capable(conn_,FUSE_CAP_IOCTL_DIR); l::want_if_capable(conn_,FUSE_CAP_PARALLEL_DIROPS); - l::want_if_capable(conn_,FUSE_CAP_PASSTHROUGH,&cfg->passthrough); + l::want_if_capable(conn_,FUSE_CAP_PASSTHROUGH); l::want_if_capable(conn_,FUSE_CAP_POSIX_ACL,&cfg->posix_acl); l::want_if_capable(conn_,FUSE_CAP_READDIR_PLUS,&cfg->readdirplus); l::want_if_capable(conn_,FUSE_CAP_WRITEBACK_CACHE,&cfg->writeback_cache);