mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
Remove redundant named_g_conffile initialization from bin/named/win32/os.c
This commit is contained in:
@@ -54,7 +54,6 @@ named_paths_init(void) {
|
|||||||
if (!Initialized)
|
if (!Initialized)
|
||||||
isc_ntpaths_init();
|
isc_ntpaths_init();
|
||||||
|
|
||||||
named_g_conffile = isc_ntpaths_get(NAMED_CONF_PATH);
|
|
||||||
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_defaultpidfile = isc_ntpaths_get(NAMED_PID_PATH);
|
||||||
named_g_defaultlockfile = isc_ntpaths_get(NAMED_LOCK_PATH);
|
named_g_defaultlockfile = isc_ntpaths_get(NAMED_LOCK_PATH);
|
||||||
|
Reference in New Issue
Block a user