mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
Tweak code (reviewed by Mark)
This commit is contained in:
parent
eb7c571e93
commit
cdabd36dc7
1 changed files with 2 additions and 2 deletions
|
|
@ -466,8 +466,8 @@ towiresorted(dns_rdataset_t *rdataset, const dns_name_t *owner_name,
|
|||
dns_name_copy(owner_name, name, NULL);
|
||||
dns_rdataset_getownercase(rdataset, name);
|
||||
|
||||
if ((owner_name->attributes & DNS_NAMEATTR_NOCOMPRESS) != 0)
|
||||
name->attributes |= DNS_NAMEATTR_NOCOMPRESS;
|
||||
name->attributes |= owner_name->attributes &
|
||||
DNS_NAMEATTR_NOCOMPRESS;
|
||||
|
||||
do {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue