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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user