]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_ari: Fix inverted test giving wrong error message.
authorRichard Mudgett <rmudgett@digium.com>
Sun, 26 Nov 2017 15:44:51 +0000 (09:44 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Sun, 26 Nov 2017 15:51:42 +0000 (09:51 -0600)
commit81e2d8aa9a2caa1854757717367b1504c2cd3199
tree10fb09395dfdca0f011cdde73eba17fe3f86088e
parentee3562619c97035a3c30ad04c63db92520e53f49
res_ari: Fix inverted test giving wrong error message.

The patch for ASTERISK_24560 inverted a test checking if the bridge name
is being updated to a different name.

* Fix the test to return "Changing bridge name is not implemented" when
someone attempts to change the bridge name.

ASTERISK-27445

Change-Id: I4b70bf08b0e02e016108b077ff75b345dec12fc9
res/ari/resource_bridges.c