diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-30 08:27:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-30 08:27:48 +0000 |
commit | 74fef3bbcbaecddc5ce293e15f765860348c32a8 (patch) | |
tree | ae819b77079f7b35d4e52549b0e87c0b321be8b7 /nscd/nscd_getai.c | |
parent | 0891f9706f4fc0951324b3a3f113f60191b96434 (diff) | |
download | glibc-74fef3bbcbaecddc5ce293e15f765860348c32a8.tar.gz glibc-74fef3bbcbaecddc5ce293e15f765860348c32a8.tar.xz glibc-74fef3bbcbaecddc5ce293e15f765860348c32a8.zip |
Update.
* nscd/nscd.c (termination_handler): Reset timestamp so that client immediately stop using the database. (__nscd_drop_map_ref): Change second parameter to be a reference to * nscd/nscd.h: Add declaration of addinitgroups and
Diffstat (limited to 'nscd/nscd_getai.c')
-rw-r--r-- | nscd/nscd_getai.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nscd/nscd_getai.c b/nscd/nscd_getai.c index e717dd85a0..a683976d87 100644 --- a/nscd/nscd_getai.c +++ b/nscd/nscd_getai.c @@ -39,7 +39,6 @@ libc_locked_map_ptr (map_handle); handling. */ libc_freeres_fn (ai_map_free) { - if (map_handle.mapped != NO_MAPPING) free (map_handle.mapped); } |