]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
allow any name2 for thread section
authorAlan T. DeKok <aland@freeradius.org>
Wed, 8 Aug 2018 15:15:20 +0000 (11:15 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 8 Aug 2018 15:15:20 +0000 (11:15 -0400)
src/lib/server/mainconfig.c

index 6e0249f3b3f080bcfbace1d14d9f9fb2d6762974..3f6532a360d423066c04a4a811baafc2dfd0c5f2 100644 (file)
@@ -174,7 +174,7 @@ static const CONF_PARSER server_config[] = {
 
        { FR_CONF_POINTER("resources", FR_TYPE_SUBSECTION, NULL), .subcs = (void const *) resources },
 
-       { FR_CONF_POINTER("thread", FR_TYPE_SUBSECTION, NULL), .subcs = (void const *) thread_config },
+       { FR_CONF_POINTER("thread", FR_TYPE_SUBSECTION, NULL), .subcs = (void const *) thread_config, .ident2 = CF_IDENT_ANY },
 
        /*
         *      People with old configs will have these.  They are listed