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