Skip to content
Snippets Groups Projects
Commit c080f01d authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "chan_dahdi.c: crash in chan_dahdi"

parents 93936e36 0e669712
No related branches found
No related tags found
No related merge requests found
......@@ -1766,8 +1766,8 @@ static void publish_dahdichannel(struct ast_channel *chan, ast_group_t group, in
 
ast_assert(dahdi_channel != NULL);
 
blob = ast_json_pack("{s: i, s: i, s: s}",
"group", group,
blob = ast_json_pack("{s: I, s: i, s: s}",
"group", (ast_json_int_t)group,
"span", span,
"channel", dahdi_channel);
if (!blob) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment