Skip to content

Commit 2d6dbf7

Browse files
committed
[callops] Fix bad MI array termination
Closes #3057
1 parent 24ba63a commit 2d6dbf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/callops/callops.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ static const mi_export_t mi_cmds[] = {
220220
{ "call_unhold", 0, 0, 0, {
221221
{mi_call_unhold, {"callid", 0}},
222222
{EMPTY_MI_RECIPE}}
223-
}
223+
},
224+
{EMPTY_MI_EXPORT}
224225
};
225226

226227
struct module_exports exports= {

0 commit comments

Comments
 (0)