diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index 40b4373f..3911035a 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -58,7 +58,7 @@ namespace l if((rv == -1) && (errno == ENOENT)) { branches_.clonepath(branch.path,fusepath_); - rv = fs::open(fullpath,ffi_->flags,mode_); + rv = fs::open(fullpath,ffi_->flags,mode_); } if((rv == -1) && (errno == EROFS)) {