Skip to content

Commit

Permalink
mi_cmds definition dp_reload parameter NO_PARAMETER flag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutrazvanionita committed Jul 9, 2014
1 parent 64526db commit ad90f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dialplan/dialplan.c
Expand Up @@ -95,8 +95,8 @@ static param_export_t mod_params[]={
};

static mi_export_t mi_cmds[] = {
{ "dp_reload", 0, mi_reload_rules, MI_NO_INPUT_FLAG, 0, mi_child_init},
{ "dp_translate", 0, mi_translate, 0, 0, 0},
{ "dp_reload", 0, mi_reload_rules, 0, 0, mi_child_init},
{ "dp_translate", 0, mi_translate, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0}
};

Expand Down

0 comments on commit ad90f6f

Please sign in to comment.