Skip to content

Commit

Permalink
[callops] Fix bad MI array termination
Browse files Browse the repository at this point in the history
Closes #3057
  • Loading branch information
bogdan-iancu committed Apr 18, 2023
1 parent 24ba63a commit 2d6dbf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/callops/callops.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ static const mi_export_t mi_cmds[] = {
{ "call_unhold", 0, 0, 0, {
{mi_call_unhold, {"callid", 0}},
{EMPTY_MI_RECIPE}}
}
},
{EMPTY_MI_EXPORT}
};

struct module_exports exports= {
Expand Down

0 comments on commit 2d6dbf7

Please sign in to comment.