From 680052acf15418e8e2d7ec721fff50d82a03ebd0 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Nov 2024 01:20:44 -0600 Subject: [PATCH] func_getattr_newest.cpp --- src/func_getattr_newest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/func_getattr_newest.cpp b/src/func_getattr_newest.cpp index 1bcfb52d..50a5b74b 100644 --- a/src/func_getattr_newest.cpp +++ b/src/func_getattr_newest.cpp @@ -22,7 +22,7 @@ Func2::GetattrNewest::process(const Branches &branches_, fullpath = branch.path; fullpath += fusepath_; - rv = fs::lstat(fullpath.c_str(),&st); + rv = fs::lstat(fullpath.c_str(),&tmp_st); if(rv == -1) continue;