]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config: Fix locking for extconfig reload.
authorCorey Farrell <git@cfware.com>
Mon, 19 Feb 2018 08:49:45 +0000 (03:49 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 19 Feb 2018 09:08:53 +0000 (03:08 -0600)
commit95dd78688f818849b4f2dbba6ae17ec1b57b0ccc
treeed14347596da9621c736dfa36cad066c2890cbab
parente21a2ae2c3c0a5a22cd0c88265c320db0dcf5fcc
config: Fix locking for extconfig reload.

Expand locking to include full reload process for extconfig to ensure
nothing can read the config mappings between clearing and reloading.

Change-Id: I378316bad04f1b599ea82d0fef62b8978a644b92
main/config.c