mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
names link rdatasets, not rdatalists now
This commit is contained in:
parent
d331092fdd
commit
14bc0e48c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue