mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 10:26:41 +00:00
fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11281 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ef81877139
commit
897226f0fe
@ -221,11 +221,11 @@ static uint8_t check_channel_status(switch_core_session_t *session,
|
|||||||
{
|
{
|
||||||
|
|
||||||
uint32_t i;
|
uint32_t i;
|
||||||
*hups = 0;
|
uint8_t rval = 0;
|
||||||
*idx = IDX_NADA;
|
|
||||||
int rval = 0;
|
|
||||||
switch_channel_t *caller_channel = NULL;
|
switch_channel_t *caller_channel = NULL;
|
||||||
int pindex = -1;
|
int pindex = -1;
|
||||||
|
*hups = 0;
|
||||||
|
*idx = IDX_NADA;
|
||||||
|
|
||||||
if (session) {
|
if (session) {
|
||||||
caller_channel = switch_core_session_get_channel(session);
|
caller_channel = switch_core_session_get_channel(session);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user