dect
/
asterisk
Archived
13
0
Fork 0

Temporarily revert r303288

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@303376 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2011-01-21 23:11:34 +00:00
parent 5e7174ae65
commit df406c4d84
1 changed files with 0 additions and 2 deletions

View File

@ -17736,8 +17736,6 @@ static int setup_dahdi_int(int reload, struct dahdi_chan_conf *base_conf, struct
if (ucfg) {
const char *chans;
/* Reset conf back to defaults, so values from chan_dahdi.conf don't leak in. */
base_conf = dahdi_chan_conf_default();
process_dahdi(base_conf, "", ast_variable_browse(ucfg, "general"), 1, 0);
for (cat = ast_category_browse(ucfg, NULL); cat ; cat = ast_category_browse(ucfg, cat)) {