names link rdatasets, not rdatalists now

This commit is contained in:
Michael Graff 1999-04-30 00:18:19 +00:00
parent d331092fdd
commit 14bc0e48c9

View file

@ -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