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

Print stat lines when needed.

(This should be able to be safely pulled up.)
This commit is contained in:
Michael Sawyer 2000-07-07 21:53:47 +00:00
parent 1cc90f4ab4
commit 0f2fff1389

View File

@ -15,7 +15,7 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: dighost.c,v 1.70 2000/07/06 01:02:41 mws Exp $ */ /* $Id: dighost.c,v 1.71 2000/07/07 21:53:47 mws Exp $ */
/* /*
* Notice to programmers: Do not use this code as an example of how to * Notice to programmers: Do not use this code as an example of how to
@ -1814,12 +1814,10 @@ recv_done(isc_task_t *task, isc_event_t *event) {
&ab); &ab);
check_result(result, "isc_sockaddr_totext"); check_result(result, "isc_sockaddr_totext");
isc_buffer_usedregion(&ab, &r); isc_buffer_usedregion(&ab, &r);
if (((dns_message_firstname(msg, if ((dns_message_firstname(msg,
DNS_SECTION_ANSWER) DNS_SECTION_ANSWER)
== ISC_R_SUCCESS) && == ISC_R_SUCCESS) ||
query->lookup->ns_search_only && query->lookup->trace ) {
!query->lookup->trace_root) ||
query->lookup->trace) {
received(b->used, r.length, received(b->used, r.length,
(char *)r.base, (char *)r.base,
query); query);