]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config: BUG: Restore ability for non-templ to be used as base objs in config.
authorGeorge Joseph <george.joseph@fairview5.com>
Tue, 4 Nov 2014 20:47:30 +0000 (20:47 +0000)
committerGeorge Joseph <george.joseph@fairview5.com>
Tue, 4 Nov 2014 20:47:30 +0000 (20:47 +0000)
commitc84324aeea94cb2d4f258975f92ebb24b5494660
treea7e3884c6d94c066978ebb917099672bff3d952f
parente681c74f0aff83ec88781d37a88b0fc9cf62e5f5
config: BUG: Restore ability for non-templ to be used as base objs in config.

My recent refactor of config.c accidentally removed the capability for an
object to inherit from a non-template object.

This patch restores the capability to inherit from both template and
non-template objects.

Tested-by: George Joseph
Reported-by: Scott Griepentrog
ASTERISK-24487 #close

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

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