summaryrefslogtreecommitdiff
path: root/pbx/pbx_spool.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2017-03-02 21:27:00 -0600
committerRichard Mudgett <rmudgett@digium.com>2017-03-02 21:43:23 -0600
commit4271c700f747f40dd2f46f1f868cfb89d1cf78f8 (patch)
tree99168b3ce764adff124b5d06b5c62c4ae0336e14 /pbx/pbx_spool.c
parent75ebd8f0d2cdd146ab071391334ec7106ff29e94 (diff)
core: Cleanup ast_get_hint() usage.
* manager.c:manager_state_cb() Fix potential use of uninitialized hint[] if a hint does not exist for the requested extension. Ran into this when developing a testsuite test. The AMI event ExtensionStatus came out with the hint header value containing garbage. The AMI event PresenceStatus also had the same issue. * manager.c:action_extensionstate() no need to completely initialize the hint[]. Only initialize the first element. * pbx.c:ast_add_hint() Remove unnecessary assignment. * chan_sip.c: Eliminate an unneeded hint[] local variable. We only care about the return value of ast_get_hint() there. Change-Id: Ia9a8786f01f93f1f917200f0a50bead0319af97b
Diffstat (limited to 'pbx/pbx_spool.c')
0 files changed, 0 insertions, 0 deletions