[mod_conference] scan-build: Value stored to 'status' is never read - conference_loop_input()
This commit is contained in:
parent
4004d82174
commit
dd54a8cc60
|
@ -842,7 +842,6 @@ void *SWITCH_THREAD_FUNC conference_loop_input(switch_thread_t *thread, void *ob
|
|||
if (conference_utils_test_flag(member->conference, CFLAG_BREAKABLE) &&
|
||||
switch_channel_test_flag(channel, CF_BREAK)) {
|
||||
switch_channel_clear_flag(channel, CF_BREAK);
|
||||
status = SWITCH_STATUS_BREAK;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue