]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Protect access to nochecksums with #ifdef
authorGuido Falsi <madpilot@FreeBSD.org>
Sun, 26 Apr 2020 10:56:47 +0000 (12:56 +0200)
committerBenjamin Keith Ford <bford@digium.com>
Tue, 28 Apr 2020 18:57:20 +0000 (13:57 -0500)
commite4366308e192a521aaf8f0d3da0c625308782f5e
treea7ae085324915d0cf8729b7bfcd3fb979bbe0a70
parent97494d898473a416b99b4b54faaf612dc739e0dc
res_rtp_asterisk: Protect access to nochecksums with #ifdef

Recently code accessing nochecksums variable has been added without including #ifdef SO_NO_CHECK protection, while the variable is created only when such constant is defined.

ASTERISK-28852 #close

Change-Id: I381718893b80599ab8635f2b594a10c1000d595e
res/res_rtp_asterisk.c