Fold F_NOERR and F_DNSSEC to make space for new F_RR.

This commit is contained in:
Simon Kelley
2023-03-20 23:11:38 +00:00
parent 3fb10cd0d8
commit 88fc6c8023
3 changed files with 10 additions and 5 deletions

View File

@@ -2129,7 +2129,7 @@ void log_query(unsigned int flags, char *name, union all_addr *addr, char *arg,
}
else if (flags & F_AUTH)
source = "auth";
else if (flags & F_DNSSEC)
else if (flags & F_NOERR)
{
source = arg;
verb = "to";