diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-25 23:33:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-25 23:33:21 +0000 |
commit | 87329997fedc53ebd36e84bf3872ae04610a17d5 (patch) | |
tree | 78000bd0d832717747d50c36e83edb276b536372 /ChangeLog | |
parent | afb24a108318abce40c78113c0ba26aea3b65f90 (diff) | |
download | glibc-87329997fedc53ebd36e84bf3872ae04610a17d5.tar.gz glibc-87329997fedc53ebd36e84bf3872ae04610a17d5.tar.xz glibc-87329997fedc53ebd36e84bf3872ae04610a17d5.zip |
* nscd/grpcache.c (cache_addgr): Use copy of original key in hash
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9d40ef3fc7..03784109b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,7 @@ * nscd/connections.c: Make socket nonblocking so that threads don't get stuck on accept. Fix locking. - * nscd/grpcache.c (cache_addgr): Use cope of original key in hash + * nscd/grpcache.c (cache_addgr): Use copy of original key in hash entry with alternative key. * nscd/pwdcache.c (cache_addpw): Likewise. |