1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-03 09:21:29 +00:00

remove race (part 2)

This commit is contained in:
Anthony Minessale 2010-05-21 16:18:36 -05:00
parent eb30905913
commit 7cfe6bb222

@ -6522,10 +6522,6 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
} }
} else { } else {
destination_number = switch_core_session_sprintf(b_session, "answer,intercept:%s", uuid); destination_number = switch_core_session_sprintf(b_session, "answer,intercept:%s", uuid);
if ((c_session = switch_core_session_locate(uuid))) {
switch_channel_t *c_channel = switch_core_session_get_channel(c_session);
switch_core_session_rwunlock(c_session);
}
} }
} }