]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_sdp_rtp: Restore removed NULL check. 99/1099/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:48:58 +0000 (15:48 -0500)
commitf049ad951bd7c49deb8c3babc4711965f3be6825
tree16b78ccbf005d5a455518e988fd06b3c0e9127b3
parentfb347a4deddebbe170a54f58300bdeb1c3a11a1c
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