]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix automatic journal upgrade on windows
authorEvan Hunt <each@isc.org>
Fri, 5 Mar 2021 22:28:33 +0000 (14:28 -0800)
committerOndřej Surý <ondrej@isc.org>
Mon, 8 Mar 2021 08:43:00 +0000 (09:43 +0100)
commit401642cbb4c98e46b2c50684de131bf152e39146
treed8fa4aefe66f20967088b05f2e96308dd6f5914e
parent2aed5c595442a26e8cf18c66feacf7843320f346
fix automatic journal upgrade on windows

- use a value less than 2^32 for DNS_ZONEFLG_FIXJOURNAL; a larger value
  could cause problems in some build environments. the zone flag
  DNS_ZONEFLG_DIFFONRELOAD, which was no longer in use, has now been
  deleted and its value reused for _FIXJOURNAL.

(cherry picked from commit 990dd9dbff5826af3549ca60df6f15b74a345d9a)
lib/dns/include/dns/journal.h
lib/dns/zone.c