mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
506. [func] Do not fail to start on errors in zone files.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
506. [func] Do not fail to start on errors in zone files.
|
||||||
|
|
||||||
505. [bug] nsupdate was printing "unknown result code". [RT #373]
|
505. [bug] nsupdate was printing "unknown result code". [RT #373]
|
||||||
|
|
||||||
504. [bug] The zone was not being marked as dirty when updated via
|
504. [bug] The zone was not being marked as dirty when updated via
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: server.c,v 1.222 2000/09/22 00:13:05 gson Exp $ */
|
/* $Id: server.c,v 1.223 2000/10/03 23:56:26 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1632,7 +1632,7 @@ run_server(isc_task_t *task, isc_event_t *event) {
|
|||||||
CHECKFATAL(load_configuration(ns_g_conffile, server, ISC_TRUE),
|
CHECKFATAL(load_configuration(ns_g_conffile, server, ISC_TRUE),
|
||||||
"loading configuration");
|
"loading configuration");
|
||||||
|
|
||||||
CHECKFATAL(load_zones(server, ISC_TRUE),
|
CHECKFATAL(load_zones(server, ISC_FALSE),
|
||||||
"loading zones");
|
"loading zones");
|
||||||
|
|
||||||
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_SERVER,
|
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_SERVER,
|
||||||
|
Reference in New Issue
Block a user