From fd6650707a8af0acb4c4b5da55e217f95b9f595c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 Oct 2000 17:11:35 +0000 Subject: Update. 2000-10-22 Bruno Haible * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Add irreversible mappings for 0x8BF8, 0xA27E..0xA2A7. * iconvdata/BIG5HKSCS.irreversible: New file. 2000-10-23 Jakub Jelinek * timezone/zdump.c (main): setlocale LC_CTYPE as well as LC_MESSAGES. * timezone/zic.c (main): Likewise. 2000-10-23 Thorsten Kukuk * nscd/connections.c (invalidate_cache): Don't invalidate a cache if it is not enabled. --- nscd/connections.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/connections.c b/nscd/connections.c index 651084c770..121f15064b 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -207,7 +207,8 @@ invalidate_cache (char *key) number = hstdb; else return; - prune_cache (&dbs[number], LONG_MAX); + if (dbs[number].enabled) + prune_cache (&dbs[number], LONG_MAX); } -- cgit v1.2.3