From: Alan T. DeKok Date: Fri, 10 Jul 2015 15:21:47 +0000 (-0400) Subject: check_config is now in conffile.c X-Git-Tag: release_3_0_10~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d18b2124ff8bf7e6335617b29fa347bbbda4ba6;p=thirdparty%2Ffreeradius-server.git check_config is now in conffile.c --- diff --git a/src/main/radiusd.c b/src/main/radiusd.c index 4dadd6ceefb..d65f1601e03 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -59,7 +59,6 @@ char const *radacct_dir = NULL; char const *radlog_dir = NULL; char const *radlib_dir = NULL; bool log_stripped_names; -bool check_config = false; char const *radiusd_version = "FreeRADIUS Version " RADIUSD_VERSION_STRING #ifdef RADIUSD_VERSION_COMMIT diff --git a/src/main/radmin.c b/src/main/radmin.c index 8d8272dce10..58340783ad2 100644 --- a/src/main/radmin.c +++ b/src/main/radmin.c @@ -79,8 +79,6 @@ static char const *radmin_version = "radmin version " RADIUSD_VERSION_STRING */ main_config_t main_config; -bool check_config = false; - static bool echo = false; static char const *secret = "testing123"; diff --git a/src/main/unittest.c b/src/main/unittest.c index 990602138af..23e64cdaf82 100644 --- a/src/main/unittest.c +++ b/src/main/unittest.c @@ -41,7 +41,6 @@ char const *progname = NULL; char const *radacct_dir = NULL; char const *radlog_dir = NULL; char const *radlib_dir = NULL; -bool check_config = false; bool log_stripped_names = false; static bool memory_report = false;