Browse Source

func_create_ff.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
35d2e490f3
  1. 3
      src/func_create_ff.cpp

3
src/func_create_ff.cpp

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

Loading…
Cancel
Save