X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftmpfiles%2Ftmpfiles.c;h=c27d0112f9d00a271578165fd79cd98ea2d2dea5;hb=a2558205f762ce6f1374cea0eedf5e76a6134f41;hp=c32cbd1aea7d389d85f33dcef531f40c2333fec9;hpb=1cb88f2c61f590083847d65cd5a518e834da87d3;p=elogind.git diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index c32cbd1ae..c27d0112f 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -409,7 +409,7 @@ static int clean_item(Item *i) { i->type != IGNORE_PATH) return 0; - if (!i->age_set || i->age <= 0) + if (!i->age_set) return 0; n = now(CLOCK_REALTIME);