Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 11 Sep 2004 20:48:01 +0000 (20:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 11 Sep 2004 20:48:01 +0000 (20:48 +0000)
* nscd/connections.c (nscd_run): Call setup_thread only for enabled
databases.

ChangeLog
nscd/connections.c

index 8f3c26c..7731b48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-09-11  Ulrich Drepper  <drepper@redhat.com>
 
+       * nscd/connections.c (nscd_run): Call setup_thread only for enabled
+       databases.
+
        * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr.
 
 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
index 11be7c3..b95ab05 100644 (file)
@@ -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;