diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-06-13 23:35:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-06-13 23:35:47 +0000 |
commit | d0a1ae946455e137711790c885d6e8a05a37efd0 (patch) | |
tree | 7022588243053771af30df2a51dbe99d41786bd2 /ChangeLog | |
parent | a0edbb484a9b8988ba6996436d5abac0e572377f (diff) | |
download | glibc-d0a1ae946455e137711790c885d6e8a05a37efd0.tar.gz glibc-d0a1ae946455e137711790c885d6e8a05a37efd0.tar.xz glibc-d0a1ae946455e137711790c885d6e8a05a37efd0.zip |
* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
better place so it is not called when nscd is used.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 28c67c0f6c..70017e5e76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-06-13 Ulrich Drepper <drepper@redhat.com> + * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a + better place so it is not called when nscd is used. + * nscd/connections.c: Also recognize and handle changes to the resolver configuration file. |