2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

added named.key file path to global variable

This commit is contained in:
Danny Mayer
2001-07-27 05:02:11 +00:00
parent 66a38d1693
commit ed1f8b162a

View File

@@ -15,7 +15,7 @@
* 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 <stdarg.h>
@@ -57,6 +57,7 @@ ns_paths_init() {
ns_g_conffile = isc_ntpaths_get(NAMED_CONF_PATH);
ns_g_defaultpidfile = isc_ntpaths_get(NAMED_PID_PATH);
lwresd_g_defaultpidfile = isc_ntpaths_get(LWRESD_PID_PATH);
ns_g_autorndckeyfile = isc_ntpaths_get(NAMED_KEY_PATH);
Initialized = TRUE;
}