]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure global types in the config framework are initialized
authorKinsey Moore <kmoore@digium.com>
Fri, 20 Sep 2013 22:41:25 +0000 (22:41 +0000)
committerKinsey Moore <kmoore@digium.com>
Fri, 20 Sep 2013 22:41:25 +0000 (22:41 +0000)
commitc71782321c0a78eac55c75a0bf126c0512086e97
treed3cbb1bd81b5875d038297b1916fc42aaffbf9d6
parentcebe08bf53db529a3cb5f6ea1999a7af9063b86e
Ensure global types in the config framework are initialized

If a config object was allocated but one of its global objects was
never encountered, then the global object's defaults were never
applied. Ensure that global objects are initialized properly upon
allocation instead of on configuration.

Review: https://reviewboard.asterisk.org/r/2866/
........

Merged revisions 399564 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399565 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/config_options.c