From c8a1596fa27d3a001eabb4350ebe3264770114aa Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Nov 2024 01:19:54 -0600 Subject: [PATCH] policy_newest.cpp --- src/policy_newest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/policy_newest.cpp b/src/policy_newest.cpp index f65e0f66..0677a895 100644 --- a/src/policy_newest.cpp +++ b/src/policy_newest.cpp @@ -125,10 +125,11 @@ namespace newest const char *fusepath_, StrVec *paths_) { + timespec ts{0,0}; time_t newest; struct stat st; const string *basepath; - + newest = std::numeric_limits::min(); basepath = NULL; for(auto &branch : *branches_)