FS-5418 --resolve
This commit is contained in:
parent
88003520bb
commit
3fe3a0091c
|
@ -4533,7 +4533,7 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
|
|||
SWITCH_DECLARE(switch_status_t) switch_rtp_disable_vad(switch_rtp_t *rtp_session)
|
||||
{
|
||||
|
||||
if (!switch_rtp_ready(rtp_session)) {
|
||||
if (!rtp_session) {
|
||||
return SWITCH_STATUS_FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue