2
0
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:
Mukund Sivaraman
2017-09-01 12:41:13 +05:30
parent eb7c571e93
commit cdabd36dc7

View File

@@ -466,8 +466,8 @@ towiresorted(dns_rdataset_t *rdataset, const dns_name_t *owner_name,
dns_name_copy(owner_name, name, NULL); dns_name_copy(owner_name, name, NULL);
dns_rdataset_getownercase(rdataset, name); dns_rdataset_getownercase(rdataset, name);
if ((owner_name->attributes & DNS_NAMEATTR_NOCOMPRESS) != 0) name->attributes |= owner_name->attributes &
name->attributes |= DNS_NAMEATTR_NOCOMPRESS; DNS_NAMEATTR_NOCOMPRESS;
do { do {
/* /*