]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Destroy the generic_monitors container after the core_instances in ccss
authorMatthew Jordan <mjordan@digium.com>
Wed, 3 Oct 2012 17:27:05 +0000 (17:27 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 3 Oct 2012 17:27:05 +0000 (17:27 +0000)
commitba781b68e91b158714da2959ebfea650eb6bf9a1
treeec3bf56a82f8eeb44397b92b12d0e664424046f5
parentaa5ac809192d3c4b900dc550845ceefb7092ee7a
Destroy the generic_monitors container after the core_instances in ccss

For each item in core_instances disposed of in the shutdown of ccss, any
generic monitor instances referenced by the objects will be removed from
generic_monitors during their destruction.  Hilarity ensues if
generic_monitors no longer exists.

Thanks to the Asterisk Test Suite's generic_ccss test for complaining loudly
when it ran into this.
........

Merged revisions 374300 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@374301 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/ccss.c