[mod_verto] scan-build: Value stored to 'status' is never read - verto_read_text_frame()
This commit is contained in:
parent
42d3100609
commit
ba0221ff09
|
@ -5287,7 +5287,7 @@ static switch_status_t verto_read_text_frame(switch_core_session_t *session, swi
|
|||
|
||||
switch_mutex_lock(tech_pvt->text_cond_mutex);
|
||||
|
||||
status = switch_thread_cond_timedwait(tech_pvt->text_cond, tech_pvt->text_cond_mutex, 100000);
|
||||
switch_thread_cond_timedwait(tech_pvt->text_cond, tech_pvt->text_cond_mutex, 100000);
|
||||
switch_mutex_unlock(tech_pvt->text_cond_mutex);
|
||||
|
||||
*frame = &tech_pvt->text_read_frame;
|
||||
|
|
Loading…
Reference in New Issue