]> 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 00:45:24 +0000 (10:45 +1000)
commit4e686f40e0aee0ad96ce672cab09d5ac938276ab
treeda4b72db14b2db28a0c8fffbb6cd8a9eda852bb4
parent6aec894c4c4ac708f94ef495a010862733f8e5af
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.
bin/named/zoneconf.c