Logging tweaks.

This commit is contained in:
Simon Kelley
2024-11-25 10:17:50 +00:00
parent f04cf8506a
commit 481ff0ed10
3 changed files with 4 additions and 4 deletions

View File

@@ -873,7 +873,7 @@ size_t answer_auth(struct dns_header *header, char *limit, size_t qlen, time_t n
if (!(ansp = skip_questions(header, qlen)))
return 0; /* bad packet */
anscount = authcount = 0;
log_query(F_AUTH, "query", NULL, "truncated", 0);
log_query(F_AUTH, "reply", NULL, "truncated", 0);
}
if ((auth || local_query) && nxdomain)