Skip to content

Commit

Permalink
and rely on new fd_config.c behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 7, 2024
1 parent 11c865e commit 1b82cfc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/modules/rlm_radius2/rlm_radius.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ static conf_parser_t disconnect_config[] = {
};


static conf_parser_t const udp_config[] = {

CONF_PARSER_TERMINATOR
};

/*
* A mapping of configuration file names to internal variables.
*/
Expand Down Expand Up @@ -127,8 +122,6 @@ static conf_parser_t const module_config[] = {

{ FR_CONF_POINTER("status_check", 0, CONF_FLAG_SUBSECTION, NULL), .subcs = (void const *) status_check_config },

{ FR_CONF_POINTER("udp", 0, CONF_FLAG_SUBSECTION, NULL), .subcs = (void const *) udp_config },

{ FR_CONF_OFFSET("max_attributes", rlm_radius_t, max_attributes), .dflt = STRINGIFY(RADIUS_MAX_ATTRIBUTES) },

{ FR_CONF_OFFSET("require_message_authenticator", rlm_radius_t, require_message_authenticator),
Expand Down Expand Up @@ -520,11 +513,6 @@ static int mod_instantiate(module_inst_ctx_t const *mctx)
.proxy_state = inst->proxy_state,
};

/*
* We're always async
*/
inst->fd_config.async = true;

/*
* Allow for O(1) lookup later...
*/
Expand Down

0 comments on commit 1b82cfc

Please sign in to comment.