diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-24 17:51:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-24 17:51:45 +0000 |
commit | e20038838008fdc87dc36d256e72190a39f17a1a (patch) | |
tree | cc4a2596964bcaf28f5d16ac9987e0b66733daa3 /ChangeLog | |
parent | acbb987309f328b1679f5aef2804c603113c6426 (diff) | |
download | glibc-e20038838008fdc87dc36d256e72190a39f17a1a.zip glibc-e20038838008fdc87dc36d256e72190a39f17a1a.tar.gz glibc-e20038838008fdc87dc36d256e72190a39f17a1a.tar.bz2 |
* resolv/res_send.c (send_dg): If we already have one of two
answers and the server reports SERVFAI, NOTIMP, or REFUSED, then
use the one answer insted of failing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-05-24 Ulrich Drepper <drepper@redhat.com> + + * resolv/res_send.c (send_dg): If we already have one of two + answers and the server reports SERVFAI, NOTIMP, or REFUSED, then + use the one answer insted of failing. + 2008-02-20 Ryan S. Arnold <rsa@us.ibm.com> * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from |