about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-18 08:22:52 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-18 08:22:52 +0000
commitb6c0f679b1f8f918bbee34e2a8000dac0b9277dc (patch)
treee6dd6dd030b6cecd3d2d4aadffc8d2652afef010 /ChangeLog
parent0acb7b8370337f6b11d438f9eb2bed21cd0bbb62 (diff)
downloadglibc-b6c0f679b1f8f918bbee34e2a8000dac0b9277dc.tar.gz
glibc-b6c0f679b1f8f918bbee34e2a8000dac0b9277dc.tar.xz
glibc-b6c0f679b1f8f918bbee34e2a8000dac0b9277dc.zip
Update.
2004-08-18  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter
	pointer in new variable ORIG_NAME and se this pointer when
	determination of canonical name failed, not the possibly IDN
	translated value of NAME.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a2e349a54..1e72af0230 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-08-18  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter
+	pointer in new variable ORIG_NAME and se this pointer when
+	determination of canonical name failed, not the possibly IDN
+	translated value of NAME.
+
 2004-08-17  Ulrich Drepper  <drepper@redhat.com>
 
 	* resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT.