diff options
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/connections.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index 0018ed9ec7..313ca0dc45 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -484,7 +484,6 @@ nscd_run (void *p) prune_cache (&dbs[my_number], time(NULL)); now = time (NULL); next_prune = now + CACHE_PRUNE_INTERVAL; - atomic_increment (&nready); goto try_get; } } |