mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-27 22:50:42 +00:00
Make compile again.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user