[asterisk-dev] [Code Review] 4147: config: BUG: Restore ability for non-templates to be used as base objects in config.
George Joseph
reviewboard at asterisk.org
Tue Nov 4 11:06:34 CST 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4147/
-----------------------------------------------------------
Review request for Asterisk Developers and Scott Griepentrog.
Bugs: ASTERISK-24487
https://issues.asterisk.org/jira/browse/ASTERISK-24487
Repository: Asterisk
Description
-------
My recent refactor of config.c accidentally removed the capability for a object to inherit from a non-template object.
The following was no longer valid and should have been:
[mybase]
something=else
[myobj](mybase)
This patch restores the capability to inherit from both template and non-template objects.
Diffs
-----
branches/12/main/config.c 427199
Diff: https://reviewboard.asterisk.org/r/4147/diff/
Testing
-------
Testsuite manager/config tests still pass. main/config unit tests still pass.
Eyeball test using AMI/GetConfig passed.
Thanks,
George Joseph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20141104/2fad9599/attachment.html>
More information about the asterisk-dev
mailing list