mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-17 18:58:53 -04:00
2716. [bug] nslookup debug mode didn't return the ttl. [RT #20414]
This commit is contained in:
parent
83271977c3
commit
e5ad562a79
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]
|
||||
|
||||
2715. [bug] Require OpenSSL support to be explicitly disabled.
|
||||
[RT #20288]
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nslookup.c,v 1.117.334.4 2009/05/06 11:41:57 fdupont Exp $ */
|
||||
/* $Id: nslookup.c,v 1.117.334.5 2009/10/20 01:11:22 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