Browse Source

policy_newest.cpp

getattr
Antonio SJ Musumeci 1 month ago
parent
commit
c8a1596fa2
  1. 1
      src/policy_newest.cpp

1
src/policy_newest.cpp

@ -125,6 +125,7 @@ namespace newest
const char *fusepath_,
StrVec *paths_)
{
timespec ts{0,0};
time_t newest;
struct stat st;
const string *basepath;

Loading…
Cancel
Save