From 715f5b553da4f057e94e2fad365ff3e01d83b40b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 12 Apr 2024 11:23:54 -0500 Subject: [PATCH] fuse_open.cpp --- src/fuse_open.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 23da2f8a..6001c96c 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -380,7 +380,7 @@ namespace FUSE if(+cfg->passthrough) return open_passthrough(fusepath_,ffi_); - return l::open2(fusepath_,ffi_); + return open_regular(fusepath_,ffi_); PTInfo *pti;