]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
ns_g_autorndckeyfile had been renamed to ns_g_keyfile
authorDanny Mayer <source@isc.org>
Thu, 9 Aug 2001 23:44:13 +0000 (23:44 +0000)
committerDanny Mayer <source@isc.org>
Thu, 9 Aug 2001 23:44:13 +0000 (23:44 +0000)
bin/named/win32/os.c

index 5502c0ae722600b7adab3b9472481c2cbb139c99..a5ddef38b76030be4a7b0c3918333e25e29a1583 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: os.c,v 1.4 2001/08/09 02:55:38 mayer Exp $ */
+/* $Id: os.c,v 1.5 2001/08/09 23:44:13 mayer Exp $ */
 
 #include <config.h>
 #include <stdarg.h>
@@ -57,7 +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(RNDC_KEY_PATH);
+       ns_g_keyfile = isc_ntpaths_get(RNDC_KEY_PATH);
 
        Initialized = TRUE;
 }