From 973463d3d4823727d03198f58dabf1f284a9be07 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:44:08 -0600 Subject: [PATCH] func_create_ff.cpp --- src/func_create_ff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index cbf98b45..9f2a72d9 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -56,7 +56,7 @@ namespace l 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 == ENOENT)) { branches_.clonepath(branch.path,fusepath_);