* nscd/grpcache.c (cache_addgr): Use copy of original key in hash

This commit is contained in:
Ulrich Drepper 2004-08-25 23:33:21 +00:00
parent afb24a1083
commit 87329997fe

View File

@ -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.