]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move dns_zone_setdb() to after the db is created.
authorMark Andrews <marka@isc.org>
Wed, 4 Sep 2019 04:02:33 +0000 (14:02 +1000)
committerMark Andrews <marka@isc.org>
Tue, 24 Sep 2019 01:37:37 +0000 (11:37 +1000)
commit553313c2c2f5afd38ec8d0d7bd06e1e3bb9811b2
treef50f75732976ba24c1ada641af60fb8ff7242241
parentc6d9e9cd8fa47e6fe3cf843cca3abcaec1341d86
Move dns_zone_setdb() to after the db is created.

Addresses the database changing w/o the changes being done under task lock.
Fix: build the database before assigning it to the zone.

(cherry picked from commit 4e686f40e0aee0ad96ce672cab09d5ac938276ab)
bin/named/zoneconf.c