about summary refs log tree commit diff
path: root/resolv/res_debug.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-06-27 04:45:06 +0000
committerUlrich Drepper <drepper@redhat.com>2008-06-27 04:45:06 +0000
commit34ca2ff7da8f3701fc476fd84984677262390c09 (patch)
tree8dfbc61ccd695676d7d32fbfb53a6849977658cd /resolv/res_debug.c
parent104426b6542145c5c5be9ccc4a32afb2dbb05674 (diff)
downloadglibc-34ca2ff7da8f3701fc476fd84984677262390c09.tar.gz
glibc-34ca2ff7da8f3701fc476fd84984677262390c09.tar.xz
glibc-34ca2ff7da8f3701fc476fd84984677262390c09.zip
* resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.
	Patch by Peter Jones <pjones@redhat.com>.
Diffstat (limited to 'resolv/res_debug.c')
-rw-r--r--resolv/res_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/res_debug.c b/resolv/res_debug.c
index cd69d4f4d4..76fd34bf3c 100644
--- a/resolv/res_debug.c
+++ b/resolv/res_debug.c
@@ -439,6 +439,7 @@ const struct res_sym __p_type_syms[] = {
 	{ns_t_nimloc,	"NIMLOC",	"NIMROD locator (unimplemented)"},
 	{ns_t_srv,	"SRV",		"server selection"},
 	{ns_t_atma,	"ATMA",		"ATM address (unimplemented)"},
+	{ns_t_dname,	"DNAME",	"Non-terminal DNAME (for IPv6)"},
 	{ns_t_tsig,	"TSIG",		"transaction signature"},
 	{ns_t_ixfr,	"IXFR",		"incremental zone transfer"},
 	{ns_t_axfr,	"AXFR",		"zone transfer"},