mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:42:06 -04:00
[master] remove a change inadvertently committed
This commit is contained in:
parent
e785f9c1c7
commit
ef3cf42de0
1 changed files with 1 additions and 1 deletions
|
|
@ -10241,7 +10241,7 @@ ns_server_zonestatus(ns_server_t *server, char *args, isc_buffer_t **text) {
|
|||
}
|
||||
|
||||
if (! isc_time_isepoch(&refreshtime)) {
|
||||
CHECK(putstr(text, "\nnext managed-keys refresh: "));
|
||||
CHECK(putstr(text, "\nnext refresh: "));
|
||||
CHECK(putstr(text, rbuf));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue