Browse Source

func_create_ff.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
b45836cec4
  1. 2
      src/func_create_ff.cpp

2
src/func_create_ff.cpp

@ -54,7 +54,7 @@ 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))

Loading…
Cancel
Save