[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 14:47:36 CST 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4147/
-----------------------------------------------------------
(Updated Nov. 4, 2014, 2:47 p.m.)
Status
------
This change has been marked as submitted.
Review request for Asterisk Developers and Scott Griepentrog.
Changes
-------
Committed in revision 427227
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/84edc5b6/attachment.html>
More information about the asterisk-dev
mailing list