diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-27 13:10:44 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-27 13:10:44 -0400 |
commit | 034807a9cbddfa9e7d35df4cdb2ecce569a00851 (patch) | |
tree | 67dfe27afb30623f6867b0f48f0d286b6b102c2b /ChangeLog | |
parent | 4902da17c8a413ed289528c08a6706d5cdb018dc (diff) | |
download | glibc-034807a9cbddfa9e7d35df4cdb2ecce569a00851.tar.gz glibc-034807a9cbddfa9e7d35df4cdb2ecce569a00851.tar.xz glibc-034807a9cbddfa9e7d35df4cdb2ecce569a00851.zip |
Fix handling of RES_USE_INET6 big in nscd
This fixes BZ #12350 also for nscd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 87c90c3b9f..b545852768 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-06-27 Ulrich Drepper <drepper@gmail.com> + [BZ #12350] + * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6 + bit from old_res_options. + * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define. * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return |