From b45836cec4f62b899b988050df8d984e1867dfd8 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:43:56 -0600 Subject: [PATCH] func_create_ff.cpp --- src/func_create_ff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index 729ea17a..cbf98b45 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -54,7 +54,7 @@ namespace l fullpath = branch.path / fusepath_; if(!fs::acl::dir_has_defaults(fullpath)) - mode_ &= ~umask_; + mode &= ~umask_; rv = fs::open(fullpath,ffi_->flags,mode_); if((rv == -1) && (errno == ENOENT))