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_)