From: Arran Cudbard-Bell Date: Wed, 19 Feb 2020 16:58:52 +0000 (+0100) Subject: s/trunk/pool - Should use the same config option for both pools and trunks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f589dd0f80cef480c6dbb9cfd6065ea4fca84878;p=thirdparty%2Ffreeradius-server.git s/trunk/pool - Should use the same config option for both pools and trunks --- diff --git a/src/modules/rlm_radius/rlm_radius.c b/src/modules/rlm_radius/rlm_radius.c index 96e089334b0..b6e9935af05 100644 --- a/src/modules/rlm_radius/rlm_radius.c +++ b/src/modules/rlm_radius/rlm_radius.c @@ -122,7 +122,7 @@ static CONF_PARSER const module_config[] = { { FR_CONF_OFFSET("revive_interval", FR_TYPE_TIME_DELTA, rlm_radius_t, revive_interval) }, - { FR_CONF_OFFSET("trunk", FR_TYPE_SUBSECTION, rlm_radius_t, trunk_conf), .subcs = (void const *) fr_trunk_config, }, + { FR_CONF_OFFSET("pool", FR_TYPE_SUBSECTION, rlm_radius_t, trunk_conf), .subcs = (void const *) fr_trunk_config, }, CONF_PARSER_TERMINATOR };