]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Messaging: Report error on failure to register tech or handler.
authorCorey Farrell <git@cfware.com>
Mon, 6 Nov 2017 21:10:56 +0000 (16:10 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 6 Nov 2017 21:13:58 +0000 (16:13 -0500)
commit75539dbf2cdd282a1cdad1b7d8167c2d3d80e999
tree68cf03162e3978fd7e77dd134fdfba8f2e86b220
parentad7860fd194b69a86f43b41d6c20cdb2b653481d
Messaging: Report error on failure to register tech or handler.

Message tech and handler registrations use a vector which could fail to
expand.  If it does log and error and return error.

Change-Id: I593a8de81a07fb0452e9b0efd5d4018b77bca6f4
main/message.c