2
0
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:
Mark Andrews
2012-05-22 14:41:52 +10:00
parent 244b852dd0
commit dc475b88f9

View File

@@ -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) {