From: Ulrich Drepper Date: Tue, 12 Aug 2008 06:58:09 +0000 (+0000) Subject: * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress X-Git-Tag: cvs/fedora-glibc-20080828T1623~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b25443256cbc9910dc7fe5f20da39c4932c9367;p=thirdparty%2Fglibc.git * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress directly instead of going through dn_comp. --- diff --git a/ChangeLog b/ChangeLog index 5787812d99a..970bd3511b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-11 Ulrich Drepper + + * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress + directly instead of going through dn_comp. + 2008-08-11 Aurelien Jarno * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):