mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
delete ns_g_dbs and ns_g_confctxlock; init ns_g_conffile
This commit is contained in:
@@ -66,12 +66,7 @@ EXTERN dns_db_t * ns_g_rootns INIT(NULL);
|
|||||||
* Current config information
|
* Current config information
|
||||||
*/
|
*/
|
||||||
EXTERN dns_c_ctx_t * ns_g_confctx INIT(NULL);
|
EXTERN dns_c_ctx_t * ns_g_confctx INIT(NULL);
|
||||||
EXTERN isc_rwlock_t ns_g_confctxlock;
|
EXTERN const char * ns_g_conffile INIT("/etc/named.conf");
|
||||||
EXTERN const char * ns_g_conffile INIT(NULL);
|
|
||||||
|
|
||||||
|
|
||||||
/* XXXRTH These are temporary. */
|
|
||||||
EXTERN ns_dbinfolist_t ns_g_dbs;
|
|
||||||
|
|
||||||
#undef EXTERN
|
#undef EXTERN
|
||||||
#undef INIT
|
#undef INIT
|
||||||
|
Reference in New Issue
Block a user