]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager: Register atexit shutdown routine only once.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 24 Jan 2014 21:53:43 +0000 (21:53 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 24 Jan 2014 21:53:43 +0000 (21:53 +0000)
commit637ff12bcaed4833e3ce25bdca85b154fb181cb2
tree91f5bb9943533eee72849ce3d61e24f4cdde1213
parentab81490ebc83728aebb8f5c94e2c7f7213cf7768
manager: Register atexit shutdown routine only once.

* Made register atexit shutdown routine only once in __init_manager().

* Fixed some initial load failure conditions in __init_manager().

* Made reset options to defaults on reload when the reload will actually
happen.

* Removed unnecessary container traversals of the white/black filters
during manager_free_user().

* ast_free() does not need a NULL check before calling.
........

Merged revisions 406359 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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