]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx_dundi: Fix debug frame decode string.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 15 Aug 2018 23:14:52 +0000 (18:14 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 17 Aug 2018 19:40:45 +0000 (14:40 -0500)
commit111e73678e12e8429a7676c8182a9b8ab25537b3
tree6d6700908aea7acb6ffb7ce2932d8e36478366fb
parent7d8e2389d6645071324f7459039733a2d816b6d1
pbx_dundi: Fix debug frame decode string.

* Fixed a typo in the name of the REGREQ frame decode string array.
* Fixed off by one range check indexing into the frame decode string
array.
* Removed some unneeded casts associated with the decode string array.

Change-Id: I77435e81cd284bab6209d545919bf236ad7933c2
pbx/dundi-parser.c