Merge branch '188-remove-duplicate-named_g_conffile-init' into 'master'

Remove redundant named_g_conffile initialization

Closes #188

See merge request isc-projects/bind9!166
This commit is contained in:
Michał Kępień
2018-04-04 06:31:55 -04:00

View File

@@ -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);