From: Alan T. DeKok Date: Thu, 22 Jun 2017 14:42:03 +0000 (-0400) Subject: set ALL debug flags when using -X X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e26a604d645e7ddf9bc5b0c8f714d68a5a136209;p=thirdparty%2Ffreeradius-server.git set ALL debug flags when using -X --- diff --git a/src/main/radiusd.c b/src/main/radiusd.c index 752da791a91..d10084d39df 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -314,6 +314,8 @@ int main(int argc, char *argv[]) } } + fr_debug_lvl = req_debug_lvl = main_config.debug_level = rad_debug_lvl; + /* * Mismatch between the binary and the libraries it depends on. */