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

more logging

This commit is contained in:
Andreas Gustafsson 2000-05-03 23:58:35 +00:00
parent 59a6d9effd
commit c37a906752

View File

@ -744,6 +744,8 @@ nxtvalidate(dns_validator_t *val, isc_boolean_t resume) {
dns_name_t nextname;
isc_boolean_t firstname = ISC_TRUE;
validator_log(val, ISC_LOG_DEBUG(3), "in nxtvalidate()");
if (!resume) {
val->attributes |= VALATTR_NEGATIVE;
result = dns_message_firstname(message, DNS_SECTION_AUTHORITY);