From 1622077782598d229ad5703c123c4a1fea3d9a4a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Nov 2024 01:32:56 -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 0f5dd3ec..8ff6e5f9 100644 --- a/src/func_getattr_newest.cpp +++ b/src/func_getattr_newest.cpp @@ -11,7 +11,7 @@ Func2::GetattrNewest::process(const Branches &branches_, fuse_timeouts_t *timeout_) { int rv; - Branch *branch; + Branch *newest_branch; Branches::CPtr branches; fs::Path fullpath;