2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

copyrights

This commit is contained in:
Evan Hunt
2018-05-22 18:41:23 -07:00
parent 7c955e0eb8
commit 9147a31b94
9 changed files with 23 additions and 9 deletions

View File

@@ -5172,7 +5172,7 @@ root_key_sentinel_detect(query_ctx_t *qctx) {
NS_LOGMODULE_QUERY, ISC_LOG_INFO,
"root-key-sentinel-is-ta query label found");
} else if (qctx->client->query.qname->length > 31 && ndata[0] == 30 &&
strncasecmp(ndata + 1, "root-key-sentinel-not-ta-", 25) == 0)
strncasecmp(ndata + 1, "root-key-sentinel-not-ta-", 25) == 0)
{
if (!get_root_key_sentinel_id(qctx, ndata + 26)) {
return;