2009-11-16 09:54:19 +01:00
|
|
|
Index: nscd/cache.c
|
|
|
|
===================================================================
|
|
|
|
--- nscd/cache.c.orig
|
|
|
|
+++ nscd/cache.c
|
|
|
|
@@ -290,7 +290,7 @@ prune_cache (struct database_dyn *table,
|
2009-05-27 12:39:38 +02:00
|
|
|
|
|
|
|
/* now == 0 means just check for changed files */
|
|
|
|
if (now == (time_t)0)
|
|
|
|
- return;
|
|
|
|
+ return 0;
|
|
|
|
|
|
|
|
/* We run through the table and find values which are not valid anymore.
|
|
|
|
|