mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Tweak code (reviewed by Mark)
This commit is contained in:
@@ -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 {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user