Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b9eaebe8
Commit
b9eaebe8
authored
Aug 09, 2001
by
Danny Mayer
Browse files
ns_g_autorndckeyfile had been renamed to ns_g_keyfile
parent
f504adce
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/win32/os.c
View file @
b9eaebe8
...
...
@@ -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_
autorndc
keyfile
=
isc_ntpaths_get
(
RNDC_KEY_PATH
);
ns_g_keyfile
=
isc_ntpaths_get
(
RNDC_KEY_PATH
);
Initialized
=
TRUE
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment