From c727f0797b3fadb2112abf2f064d32e6ece277c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 29 Mar 2018 00:28:15 +0200 Subject: [PATCH] Remove redundant named_g_conffile initialization from bin/named/win32/os.c --- bin/named/win32/os.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/named/win32/os.c b/bin/named/win32/os.c index d755889458..076fc06d34 100644 --- a/bin/named/win32/os.c +++ b/bin/named/win32/os.c @@ -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);