fix windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11281 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-01-19 17:02:30 +00:00
parent ef81877139
commit 897226f0fe

View File

@ -221,11 +221,11 @@ static uint8_t check_channel_status(switch_core_session_t *session,
{
uint32_t i;
*hups = 0;
*idx = IDX_NADA;
int rval = 0;
uint8_t rval = 0;
switch_channel_t *caller_channel = NULL;
int pindex = -1;
*hups = 0;
*idx = IDX_NADA;
if (session) {
caller_channel = switch_core_session_get_channel(session);