2
0
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:
Bob Halley
1999-10-15 01:51:08 +00:00
parent 067a6ca8b4
commit d057803db4

View File

@@ -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