2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

ns_g_autorndckeyfile had been renamed to ns_g_keyfile

This commit is contained in:
Danny Mayer
2001-08-09 23:44:13 +00:00
parent f504adce37
commit b9eaebe882

View 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;
}