diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-28 06:27:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-28 06:27:13 +0000 |
commit | 75596b98a188edf513cd0ab306449198ea69f7bc (patch) | |
tree | 745e27a0184617da082033203a5221e4d522a445 /ChangeLog | |
parent | ad529081156700dcc9198f3688c4ab63ed09c110 (diff) | |
download | glibc-75596b98a188edf513cd0ab306449198ea69f7bc.tar.gz glibc-75596b98a188edf513cd0ab306449198ea69f7bc.tar.xz glibc-75596b98a188edf513cd0ab306449198ea69f7bc.zip |
* nscd/connections.c (nscd_run): Use time() value in prune_cache cvs/fedora-glibc-20050428T0846
call, not timeout value, since the latter might be from another clock.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 548eac4efe..afd6dc1a84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-27 Ulrich Drepper <drepper@redhat.com> + + * nscd/connections.c (nscd_run): Use time() value in prune_cache + call, not timeout value, since the latter might be from another clock. + 2005-04-27 Roland McGrath <roland@redhat.com> [BZ #877] |