From 72ae1e97d03be3fba0c1a85137e65b9bdc066f27 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 11 Sep 2004 20:48:01 +0000 Subject: Update. * nscd/connections.c (nscd_run): Call setup_thread only for enabled databases. --- nscd/connections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/connections.c b/nscd/connections.c index 11be7c3d0c..b95ab05b3a 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -772,7 +772,7 @@ nscd_run (void *p) time_t next_prune = run_prune ? time (NULL) + CACHE_PRUNE_INTERVAL : 0; static unsigned long int nready; - if (my_number < lastdb) + if (run_prune) setup_thread (&dbs[my_number]); conn.fd = sock; -- cgit v1.2.3