]> 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:14:43 +0000 (13:14 -0500)
commite3c18f073b3b46e919cccf04678bb9e7c05c6ecb
treea4e6a39688072b6a8560d965d2ca24ad3c6a58a0
parentec52409a530d9cdbee2e6524d460ab8b27f25d24
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