diff --git a/src/mod/endpoints/mod_rtmp/rtmp.c b/src/mod/endpoints/mod_rtmp/rtmp.c index 1c3bee44bc..fdb9981dfc 100644 --- a/src/mod/endpoints/mod_rtmp/rtmp.c +++ b/src/mod/endpoints/mod_rtmp/rtmp.c @@ -939,7 +939,6 @@ switch_status_t rtmp_handle_data(rtmp_session_t *rsession) switch_mutex_unlock(rsession->tech_pvt->readbuf_mutex); } switch_thread_rwlock_unlock(rsession->rwlock); - break; case RTMP_TYPE_VIDEO: /* Video data */ case RTMP_TYPE_METADATA: /* Metadata */