diff --git a/bin/named/win32/os.c b/bin/named/win32/os.c index d6b6f47719..80f6fa8f49 100644 --- a/bin/named/win32/os.c +++ b/bin/named/win32/os.c @@ -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 #include @@ -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; }