mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 09:05:40 +00:00
use correct buffer for reporting expire time in 'rndc zonestatus'
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user