diff --git a/src/rfc1035.c b/src/rfc1035.c index adf906c..e92c00b 100644 --- a/src/rfc1035.c +++ b/src/rfc1035.c @@ -2364,7 +2364,7 @@ size_t answer_request(struct dns_header *header, char *limit, size_t qlen, if (!(ansp = skip_questions(header, qlen))) return 0; /* bad packet */ anscount = nscount = addncount = 0; - log_query(F_CONFIG, "reply", NULL, "truncated", 0); + log_query(0, "reply", NULL, "truncated", 0); } if (nxdomain)