]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Fix 'A = B != C' kind. 00/4600/1
authorBadalyan Vyacheslav <v.badalyan@open-bs.ru>
Thu, 8 Dec 2016 18:30:38 +0000 (18:30 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 8 Dec 2016 22:53:02 +0000 (16:53 -0600)
commitc52f3d11625285659836896013527a25538675bc
treec073895135ead2252aba49b8e87a55e442fd9462
parent3aa4d891bbf89bbd273cec490e43df246d81854b
res_pjsip: Fix 'A = B != C' kind.

Consider reviewing the expression of the 'A = B != C' kind.
The expression is calculated as following: 'A = (B != C)'

Change-Id: Ibaa637dfda47d51a20e26069d3103e05ce80003d
res/res_pjsip/pjsip_options.c