diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-05-10 17:07:30 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-05-10 17:07:30 +0000 |
commit | 6bad2cd171c7d81e9a43ccc79e91009438c948ac (patch) | |
tree | 86063014188ce685e4646023929ac7751dceacf6 /ChangeLog | |
parent | 96bad006f14ac46ca7a59dc4c5ba5ed9ef7a1560 (diff) |
* nscd/connections.c (sighup_pending): New variable.
(nscd_run): If sighup_pending, prune all 3 caches.
(sighup_handler): Don't prune caches here, rather just set
sighup_pending flag.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-07-02 Jakub Jelinek <jakub@redhat.com> + + * nscd/connections.c (sighup_pending): New variable. + (nscd_run): If sighup_pending, prune all 3 caches. + (sighup_handler): Don't prune caches here, rather just set + sighup_pending flag. + 2007-05-09 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow |