2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00

clarified comment

This commit is contained in:
Andreas Gustafsson
2000-11-28 02:33:58 +00:00
parent 0b2d261301
commit 8a711bcd39

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: zone.c,v 1.260 2000/11/28 01:59:25 mws Exp $ */ /* $Id: zone.c,v 1.261 2000/11/28 02:33:58 gson Exp $ */
#include <config.h> #include <config.h>
@@ -4466,11 +4466,15 @@ zone_replacedb(dns_zone_t *zone, dns_db_t *db, isc_boolean_t dump) {
if (dump && zone->journal != NULL) { if (dump && zone->journal != NULL) {
/* /*
* The in-memory database just changed, and because 'dump' * The in-memory database just changed, and
* is set, it didn't change by being loaded from disk. * because 'dump' is set, it didn't change by
* Also, we have not journalled diffs for this change. * being loaded from disk. Also, we have not
* Therefore, the on-disk journal is missing the deltas * journalled diffs for this change.
* for this change and must be considered invalid. * Therefore, the on-disk journal is missing
* the deltas for this change. Since it can
* no longer be used to bring the zone
* up-to-date, it is useless and should be
* removed.
*/ */
isc_log_write(dns_lctx, DNS_LOGCATEGORY_GENERAL, isc_log_write(dns_lctx, DNS_LOGCATEGORY_GENERAL,
DNS_LOGMODULE_ZONE, ISC_LOG_DEBUG(3), DNS_LOGMODULE_ZONE, ISC_LOG_DEBUG(3),