* nscd/connections.c (nscd_run): Call setup_thread only for enabled
databases.
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>
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;