diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 10:10:32 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 10:10:32 -0700 |
commit | 95410b7ba23c44f6a038285d9c38ee84129e4cd6 (patch) | |
tree | 5f05e3720faf6b1fa3f027b34025394ea0723861 /ChangeLog | |
parent | a5b8b56df7ae93e156ad523e1c867f41fc1e007d (diff) | |
download | glibc-95410b7ba23c44f6a038285d9c38ee84129e4cd6.tar.gz |
Fix exit condition.
The patch to bound the search in the nscd caches used a wrong exit
condition. Fixed now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-05-16 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last + patch. + 2009-05-15 Ulrich Drepper <drepper@redhat.com> * nscd/nscd.h: Move Definition for BLOCK_ALIGN_LOG, BLOCK_ALIGN, and |