FS-4318 try this, success is 0 so that original patch was wrong

This commit is contained in:
Anthony Minessale 2012-06-24 15:05:59 -05:00
parent ee8c9e869b
commit 7086a92f9b
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ static void *SWITCH_THREAD_FUNC conference_video_thread_run(switch_thread_t *thr
switch_core_session_t *isession = imember->session;
switch_channel_t *ichannel;
if (!isession || !switch_core_session_read_lock(isession)) {
if (!isession || switch_core_session_read_lock(isession) != SWITCH_STATUS_SUCCESS) {
continue;
}