]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_sdp_rtp: Restore removed NULL check. 97/1097/1
authorMark Michelson <mmichelson@digium.com>
Fri, 14 Aug 2015 20:46:05 +0000 (15:46 -0500)
committerMark Michelson <mmichelson@digium.com>
Fri, 14 Aug 2015 20:46:05 +0000 (15:46 -0500)
commitb719f56c72c9cc66879eeef11de2ef4498cba648
tree33500850a52ee88fe813d37fa6262852987d9a1d
parentcea5dc7b8afd0e8cbde4c5d253bac3219125b168
res_pjsip_sdp_rtp: Restore removed NULL check.

When sending an RTP keepalive, we need to be sure we're not dealing with
a NULL RTP instance. There had been a NULL check, but the commit that
added the rtp_timeout and rtp_hold_timeout options removed the NULL
check.

Change-Id: I2d7dcd5022697cfc6bf3d9e19245419078e79b64
res/res_pjsip_sdp_rtp.c