]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove redundant named_g_conffile initialization from bin/named/win32/os.c
authorOndřej Surý <ondrej@sury.org>
Wed, 28 Mar 2018 22:28:15 +0000 (00:28 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 3 Apr 2018 18:39:34 +0000 (20:39 +0200)
bin/named/win32/os.c

index d75588945870f303d8e4013fc229b415d038faaa..076fc06d34554f8cd0fb04174da8ef897d48d072 100644 (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);