i should never be called
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8770 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8f166ee7f7
commit
c71664d0b8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue