提交 c71664d0 authored 作者: Michael Jerris's avatar Michael Jerris

i should never be called

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8770 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 8f166ee7
......@@ -82,7 +82,9 @@ SWITCH_STANDARD_APP(dial_function)
SWITCH_STANDARD_APP(avoid_function)
{
#if 0
void *y = NULL;
#endif
int x = 0;
switch_channel_t *channel = switch_core_session_get_channel(session);
......@@ -92,7 +94,9 @@ SWITCH_STANDARD_APP(avoid_function)
}
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "I should never be called!.\n");
#if 0
memset((void *) y, 0, 1000);
#endif
}
SWITCH_STANDARD_APP(goto_function)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论