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
Branches
Tags
No related merge requests found
...@@ -459,7 +459,7 @@ static u_char *ast_var_channels_table(struct variable *vp, oid *name, size_t *le ...@@ -459,7 +459,7 @@ static u_char *ast_var_channels_table(struct variable *vp, oid *name, size_t *le
} }
break; break;
case ASTCHANCIDPRES: 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; ret = (u_char *)&long_ret;
break; break;
case ASTCHANCIDANI2: case ASTCHANCIDANI2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment