]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Fix 'A = B != C' kind. 01/4601/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:12 +0000 (16:53 -0600)
commit934aa2c768e3b0bd33e2308d91b5623be3a0e27c
treeb957ca8c67295dd0fbb8770f992ff73fe2b92d94
parent5a96e1fb5e0158bf29accff11aea8afea8b40f48
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