From 14bc0e48c967fa7b4d625b5d515afb84bc2ee3c9 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Fri, 30 Apr 1999 00:18:19 +0000 Subject: [PATCH] names link rdatasets, not rdatalists now --- lib/dns/include/dns/name.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/include/dns/name.h b/lib/dns/include/dns/name.h index 3d11f292b4..c88800cbdf 100644 --- a/lib/dns/include/dns/name.h +++ b/lib/dns/include/dns/name.h @@ -190,7 +190,7 @@ struct dns_name { unsigned char * offsets; isc_buffer_t * buffer; ISC_LINK(dns_name_t) link; - ISC_LIST(dns_rdatalist_t) list; + ISC_LIST(dns_rdataset_t) list; }; #define DNS_NAMEATTR_ABSOLUTE 0x01