]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] remove a change inadvertently committed
authorEvan Hunt <each@isc.org>
Fri, 6 Feb 2015 07:34:14 +0000 (23:34 -0800)
committerEvan Hunt <each@isc.org>
Fri, 6 Feb 2015 07:34:14 +0000 (23:34 -0800)
bin/named/server.c

index 268f3adf10514adff02d937a5140e3f4e8e9b993..a6b1c84075a33fb0db353c9d2588c5d61395ff9c 100644 (file)
@@ -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));
        }