Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 634502
Collapse All | Expand All

(-)a/support/nfs/cacheio.c (-1 / +2 lines)
Lines 230-236 Link Here
230
       };
230
       };
231
       now = time(0);
231
       now = time(0);
232
       if (force ||
232
       if (force ||
233
           stat(etab.statefn, &stb) != 0 ||
233
           // I don't know what this do.
234
           // stat(etab.statefn, &stb) != 0 ||
234
           stb.st_mtime > now)
235
           stb.st_mtime > now)
235
               stb.st_mtime = time(0);
236
               stb.st_mtime = time(0);

Return to bug 634502