mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove redundant named_g_conffile initialization from bin/named/win32/os.c
This commit is contained in:
parent
52909b5dbe
commit
c727f0797b
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ named_paths_init(void) {
|
|||
if (!Initialized)
|
||||
isc_ntpaths_init();
|
||||
|
||||
named_g_conffile = isc_ntpaths_get(NAMED_CONF_PATH);
|
||||
named_g_conffile = isc_ntpaths_get(NAMED_CONF_PATH);
|
||||
named_g_defaultpidfile = isc_ntpaths_get(NAMED_PID_PATH);
|
||||
named_g_defaultlockfile = isc_ntpaths_get(NAMED_LOCK_PATH);
|
||||
|
|
|
|||
Loading…
Reference in a new issue