]> 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:55 +0000 (14:40 -0500)
commit60d61a42f86f72209aac2b0cb78bd5f97a5abb82
treed0b26125319c6e4d8b313f993927cbbf016e990e
parentcfbb6a381675dd8b99f7460a5ae30bd5ab65cf60
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