4050. [cleanup] Silence occasional spurious "duplicate query" log
messages from RPZ. [RT #38510]
4052. [bug] Fix a leak of query fetchlock. [RT #38454]
+4050. [cleanup] Silence occasional spurious "duplicate query" log
+ messages from RPZ. [RT #38510]
+
4049. [bug] CDS and CDNSKEY had the wrong attributes. [RT #38491]
4048. [bug] adb hash table was not being grown. [RT #38470]
DNS_RPZ_DONE_IPv4);
break;
case DNS_R_DELEGATION:
+ case DNS_R_DUPLICATE:
+ case DNS_R_DROP:
goto cleanup;
case DNS_R_EMPTYNAME:
case DNS_R_NXRRSET:
case ISC_R_FAILURE:
rpz_rewrite_ns_skip(client, nsname, result,
DNS_RPZ_DEBUG_LEVEL3,
- "NS db_find() ");
+ " NS rpz_rrset_find() ");
continue;
default:
rpz_rewrite_ns_skip(client, nsname, result,
DNS_RPZ_INFO_LEVEL,
- "unrecognized NS db_find() ");
+ " unrecognized NS"
+ " rpz_rrset_find() ");
continue;
}
}