]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_conference] scan-build: Value stored to 'status' is never read - conference_loop...
authorDragos Oancea <dragos@signalwire.com>
Thu, 30 Jan 2020 22:37:08 +0000 (22:37 +0000)
committerAndrey Volk <andywolk@gmail.com>
Sat, 23 Oct 2021 19:01:09 +0000 (22:01 +0300)
src/mod/applications/mod_conference/conference_loop.c

index 25b418c55db15a89c422f2ab793f5b3388bf536f..8c3804ef8cc5c8acd99cb879fd12fb3970df063a 100644 (file)
@@ -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;
                }