mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:02:05 -04:00
use correct buffer for reporting expire time in 'rndc zonestatus'
This commit is contained in:
parent
244b852dd0
commit
dc475b88f9
1 changed files with 1 additions and 1 deletions
|
|
@ -8269,7 +8269,7 @@ ns_server_zonestatus(ns_server_t *server, char *args, isc_buffer_t *text) {
|
|||
|
||||
if (! isc_time_isepoch(&expiretime)) {
|
||||
isc_buffer_putstr(text, "\nexpires: ");
|
||||
isc_buffer_putstr(text, lbuf);
|
||||
isc_buffer_putstr(text, xbuf);
|
||||
}
|
||||
|
||||
if (secure) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue