2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

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