]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
set ALL debug flags when using -X
authorAlan T. DeKok <aland@freeradius.org>
Thu, 22 Jun 2017 14:42:03 +0000 (10:42 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 22 Jun 2017 14:42:03 +0000 (10:42 -0400)
src/main/radiusd.c

index 752da791a918f8081249b817296f9aff023e766d..d10084d39df6b672263441bd79d67c38391ba379 100644 (file)
@@ -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.
         */