From: Alan T. DeKok Date: Wed, 8 Aug 2018 15:15:20 +0000 (-0400) Subject: allow any name2 for thread section X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=359fb4f15244db5e8fa182cb896a4155e801f0f5;p=thirdparty%2Ffreeradius-server.git allow any name2 for thread section --- diff --git a/src/lib/server/mainconfig.c b/src/lib/server/mainconfig.c index 6e0249f3b3f..3f6532a360d 100644 --- a/src/lib/server/mainconfig.c +++ b/src/lib/server/mainconfig.c @@ -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