FSCORE-293

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11753 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-02-11 14:52:39 +00:00
parent 0d365cc049
commit fe683b2613
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ static switch_status_t uuid_bridge_on_soft_execute(switch_core_session_t *sessio
if ((other_uuid = switch_channel_get_variable(channel, SWITCH_UUID_BRIDGE)) && (other_session = switch_core_session_locate(other_uuid))) {
switch_channel_t *other_channel = switch_core_session_get_channel(other_session);
switch_event_t *event;
uint8_t ready_a, ready_b;
int ready_a, ready_b;
switch_channel_state_t state;
switch_channel_set_variable(channel, SWITCH_UUID_BRIDGE, NULL);