mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
1620. [func] When loading a zone report if it is signed. [RT #11149]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -4,7 +4,7 @@
|
||||
|
||||
1621. [placeholder] rt11156
|
||||
|
||||
1620. [placeholder] rt11149
|
||||
1620. [func] When loading a zone report if it is signed. [RT #11149]
|
||||
|
||||
1619. [bug] Missing ISC_LIST_UNLINK in end_reserved_dispatches().
|
||||
[RT# 11118]
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.411 2004/03/30 02:13:44 marka Exp $ */
|
||||
/* $Id: zone.c,v 1.412 2004/04/28 04:07:28 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -1430,7 +1430,9 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
|
||||
zone_settimer(zone, &now);
|
||||
|
||||
if (! dns_db_ispersistent(db))
|
||||
dns_zone_log(zone, ISC_LOG_INFO, "loaded serial %u", zone->serial);
|
||||
dns_zone_log(zone, ISC_LOG_INFO, "loaded serial %u%s",
|
||||
zone->serial,
|
||||
dns_db_issecure(db) ? " (signed)" : "");
|
||||
|
||||
return (result);
|
||||
|
||||
|
Reference in New Issue
Block a user