]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove superfluous hangup
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 14 Jun 2011 16:40:39 +0000 (11:40 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 14 Jun 2011 16:40:46 +0000 (11:40 -0500)
src/mod/endpoints/mod_rtmp/mod_rtmp.c

index 87f347710bd7086f4c02f2d6b0ab39973ff954de..35fe4bb885c7710a3e582274a0399aad537ff8c6 100644 (file)
@@ -302,7 +302,7 @@ switch_status_t rtmp_kill_channel(switch_core_session_t *session, int sig)
        switch (sig) {
        case SWITCH_SIG_KILL:
                switch_clear_flag_locked(tech_pvt, TFLAG_IO);
-               switch_channel_hangup(channel, SWITCH_CAUSE_NORMAL_CLEARING);
+               
                break;
        case SWITCH_SIG_BREAK:
                switch_set_flag_locked(tech_pvt, TFLAG_BREAK);