+1418. [bug] 'rndc reconfig' did not cause new slaves to load.
+
1417. [func] ID.SERVER/CHAOS is now a built in zone.
See "server-id" for how to configure.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: server.c,v 1.393 2003/01/20 05:46:09 marka Exp $ */
+/* $Id: server.c,v 1.394 2003/01/20 23:51:23 marka Exp $ */
#include <config.h>
{
CHECK(dns_view_loadnew(view, stop));
}
+ /*
+ * Force zone maintenance. Do this after loading
+ * so that we know when we need to force AXFR of
+ * slave zones whose master files are missing.
+ */
+ CHECK(dns_zonemgr_forcemaint(server->zonemgr));
cleanup:
isc_task_endexclusive(server->task);
return (result);