diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-08-12 06:58:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-08-12 06:58:09 +0000 |
commit | 8b25443256cbc9910dc7fe5f20da39c4932c9367 (patch) | |
tree | a277d918fe74a0d3b57bda6f2fe9f6b8dd0e4f9b | |
parent | be1c55f2657610f649ecda983ac3b0fe9af7f86b (diff) | |
download | glibc-8b25443256cbc9910dc7fe5f20da39c4932c9367.tar.gz glibc-8b25443256cbc9910dc7fe5f20da39c4932c9367.tar.xz glibc-8b25443256cbc9910dc7fe5f20da39c4932c9367.zip |
* resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
directly instead of going through dn_comp.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5787812d99..970bd3511b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-11 Ulrich Drepper <drepper@redhat.com> + + * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress + directly instead of going through dn_comp. + 2008-08-11 Aurelien Jarno <aurel32@debian.org> * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock): |