Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
8a711bcd
Commit
8a711bcd
authored
Nov 28, 2000
by
Andreas Gustafsson
Browse files
clarified comment
parent
0b2d2613
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/zone.c
View file @
8a711bcd
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zone.c,v 1.26
0
2000/11/28 0
1:59:25 mws
Exp $ */
/* $Id: zone.c,v 1.26
1
2000/11/28 0
2:33:58 gson
Exp $ */
#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
)
{
/*
* The in-memory database just changed, and because 'dump'
* is set, it didn't change by being loaded from disk.
* Also, we have not journalled diffs for this change.
* Therefore, the on-disk journal is missing the deltas
* for this change and must be considered invalid.
* The in-memory database just changed, and
* because 'dump' is set, it didn't change by
* being loaded from disk. Also, we have not
* journalled diffs for this change.
* 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
,
DNS_LOGMODULE_ZONE
,
ISC_LOG_DEBUG
(
3
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment