From ed7fcef959803770ada1c1835b36f342bd34a7bd Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 12 Apr 2024 11:16:37 -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 9384d31b..f745ac39 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -332,7 +332,7 @@ namespace FUSE std::mutex *m = nullptr; PTInfo *pti; - pti = PassthroughStuff::get_pti(fusepath_;); + pti = PassthroughStuff::get_pti(fusepath_); fmt::print("lock {}\n",(void*)m); const std::lock_guard lock(*m);