mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +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
|
||||
*/
|
||||
EXTERN dns_c_ctx_t * ns_g_confctx INIT(NULL);
|
||||
EXTERN isc_rwlock_t ns_g_confctxlock;
|
||||
EXTERN const char * ns_g_conffile INIT(NULL);
|
||||
|
||||
|
||||
/* XXXRTH These are temporary. */
|
||||
EXTERN ns_dbinfolist_t ns_g_dbs;
|
||||
EXTERN const char * ns_g_conffile INIT("/etc/named.conf");
|
||||
|
||||
#undef EXTERN
|
||||
#undef INIT
|
||||
|
Reference in New Issue
Block a user