forked from pool/glibc
ff113156e3
Copy from Base:System/glibc based on submit request 24314 from user pbaudis OBS-URL: https://build.opensuse.org/request/show/24314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=13
14 lines
376 B
Diff
14 lines
376 B
Diff
Index: nscd/cache.c
|
|
===================================================================
|
|
--- nscd/cache.c.orig
|
|
+++ nscd/cache.c
|
|
@@ -290,7 +290,7 @@ prune_cache (struct database_dyn *table,
|
|
|
|
/* 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.
|
|
|