func_create_ff.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-04 22:17:37 -06:00
parent 5813559c81
commit 2e012e811c

View File

@ -51,8 +51,8 @@ namespace l
fullpath = branch.path / fusepath_; fullpath = branch.path / fusepath_;
if(!fs::acl::dir_has_defaults(fullpath)) // if(!fs::acl::dir_has_defaults(fullpath))
mode_ &= ~umask_; // mode_ &= ~umask_;
rv = fs::open(fullpath,ffi_->flags,mode_); rv = fs::open(fullpath,ffi_->flags,mode_);
if((rv == -1) && (errno == ENOENT)) if((rv == -1) && (errno == ENOENT))