|
@ -56,7 +56,7 @@ namespace l |
|
|
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)) |
|
|
{ |
|
|
{ |
|
|
branches_.clonepath(branch.path,fusepath_); |
|
|
branches_.clonepath(branch.path,fusepath_); |
|
|