mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
added named.key file path to global variable
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: os.c,v 1.2 2001/07/18 18:42:13 gson Exp $ */
|
/* $Id: os.c,v 1.3 2001/07/27 05:02:11 mayer Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
@@ -57,6 +57,7 @@ ns_paths_init() {
|
|||||||
ns_g_conffile = isc_ntpaths_get(NAMED_CONF_PATH);
|
ns_g_conffile = isc_ntpaths_get(NAMED_CONF_PATH);
|
||||||
ns_g_defaultpidfile = isc_ntpaths_get(NAMED_PID_PATH);
|
ns_g_defaultpidfile = isc_ntpaths_get(NAMED_PID_PATH);
|
||||||
lwresd_g_defaultpidfile = isc_ntpaths_get(LWRESD_PID_PATH);
|
lwresd_g_defaultpidfile = isc_ntpaths_get(LWRESD_PID_PATH);
|
||||||
|
ns_g_autorndckeyfile = isc_ntpaths_get(NAMED_KEY_PATH);
|
||||||
|
|
||||||
Initialized = TRUE;
|
Initialized = TRUE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user