]> git.ipfire.org Git - thirdparty/asterisk.git/commit
loader: Fix result of module reload error.
authorCorey Farrell <git@cfware.com>
Tue, 2 Oct 2018 06:28:20 +0000 (02:28 -0400)
committerCorey Farrell <git@cfware.com>
Tue, 2 Oct 2018 18:11:14 +0000 (14:11 -0400)
commit2c43e5bad4376b340103cfa8c27df1ddbda611d1
treefe6a79e50fbf221d2dc141ed51003a0ce5d4abd5
parent308c3f9cf6b493a32f2d71a990639014101dcad0
loader: Fix result of module reload error.

When a module reload fails we never set AST_MODULE_RELOAD_ERROR.  This
caused reload failures to incorrectly report 'No module found'.

Change-Id: I5f3953e0f7d135e53ec797f24c97ee3f73f232e7
main/loader.c