]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 28 Apr 2020 18:41:27 +0000 (13:41 -0500)
commitfa2b05a9e07dfbb8f76d28e9b6726e6405152b62
treeb4c4eee971a0fa3ea7784731caea852981385bfa
parent25000040229ac8761f9e843b98d130d7623c32d2
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