mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 22:50:00 -04:00
2716. [bug] nslookup debug mode didn't return the ttl. [RT #20414]
This commit is contained in:
parent
13174b302f
commit
4b30598fb9
2 changed files with 4 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
2716. [bug] nslookup debug mode didn't return the ttl. [RT #20414]
|
||||
|
||||
--- 9.7.0b1 released ---
|
||||
|
||||
2715. [bug] Require OpenSSL support to be explicitly disabled.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nslookup.c,v 1.123 2009/09/15 03:13:43 each Exp $ */
|
||||
/* $Id: nslookup.c,v 1.124 2009/10/20 01:04:03 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -373,6 +373,7 @@ detailsection(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers,
|
|||
printrdata(&rdata);
|
||||
}
|
||||
dns_rdata_reset(&rdata);
|
||||
printf("\tttl = %u\n", rdataset->ttl);
|
||||
loopresult = dns_rdataset_next(rdataset);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue