]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx_config.c: Fix reloading module if initially declined to load
authorChris-Savinovich <csavinovich@digium.com>
Wed, 15 Aug 2018 19:27:52 +0000 (15:27 -0400)
committerChris Savinovich <csavinovich@digium.com>
Fri, 31 Aug 2018 22:04:11 +0000 (17:04 -0500)
commitcfb854e241f49795b2cadd0e56acbba2883696fc
tree115fb98e196557f253296a74aaa0d819a1ecec96
parented7cef7d0617bec8273c84022305556c7c1602bb
pbx_config.c: Fix reloading module if initially declined to load

Added decline if extensions.conf file not available
when loading pbx_config, and also made sure everything
gets properly unregistered and/or destroyed on unload.

Change-Id: Ib00665106043b1be5148ffa7a477396038915854
pbx/pbx_config.c