Skip to content

Commit

Permalink
aaa_radius: Added back aaa_bind_api to the command interface
Browse files Browse the repository at this point in the history
  • Loading branch information
danpascu committed May 1, 2019
1 parent 7791304 commit cadac89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/aaa_radius/aaa_radius.c
Expand Up @@ -112,6 +112,7 @@ static acmd_export_t acmds[] = {
};

static cmd_export_t cmds[]= {
{"aaa_bind_api", (cmd_function) aaa_radius_bind_api, {{0, 0, 0}}, 0},
{"radius_send_auth", (cmd_function) send_auth_func, {
{CMD_PARAM_STR, radius_hdl_fixup, 0},
{CMD_PARAM_STR,0,0}, {0,0,0}},
Expand Down

0 comments on commit cadac89

Please sign in to comment.