]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Fix 'A = B != C' kind. 93/4593/2
authorBadalyan Vyacheslav <v.badalyan@open-bs.ru>
Thu, 8 Dec 2016 18:30:38 +0000 (18:30 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 8 Dec 2016 19:22:13 +0000 (13:22 -0600)
commit483ed9f1aa2575a94f9ccfd6c490e72d4611f249
tree8b96ee538b752204ce9cb75166e8c8aa23964086
parentf9644de0bd1c27afb3b91f107873236202d42ffc
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