Skip to content
Snippets Groups Projects
Commit 2cf60bb0 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Make compile again.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent f4c665ee
No related branches found
No related tags found
No related merge requests found
......@@ -459,7 +459,7 @@ static u_char *ast_var_channels_table(struct variable *vp, oid *name, size_t *le
}
break;
case ASTCHANCIDPRES:
long_ret = ast_party_id_presentation(chan->caller.id);
long_ret = ast_party_id_presentation(&chan->caller.id);
ret = (u_char *)&long_ret;
break;
case ASTCHANCIDANI2:
......
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