提交 42190497 authored 作者: William King's avatar William King

New compiler warning(error). Unused assignment before the pointer is reassigned.

上级 3f2f393a
......@@ -2982,9 +2982,6 @@ SWITCH_STANDARD_APP(fifo_function)
switch_channel_answer(channel);
originator_cp = switch_channel_get_caller_profile(channel);
originatee_cp = switch_channel_get_caller_profile(other_channel);
if (switch_channel_inbound_display(other_channel)) {
if (switch_channel_direction(other_channel) == SWITCH_CALL_DIRECTION_INBOUND) {
switch_channel_set_flag(other_channel, CF_BLEG);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论