aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-16 21:31:43 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-16 21:31:43 +0000
commit684c1e616e0aff30e85f09d8c1a5ff198b67f951 (patch)
tree015e1d05c40e3356ee53e04d35a8891db4ddf059 /channels
parent9fe952c45d4a5175b7b52d6136ff17acd736ff93 (diff)
Oopsie, breakage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@123201 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 9bbb0170a..2db7fe306 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -14382,7 +14382,7 @@ static int setup_dahdi(int reload)
mwimonitornotify[0] = '\0';
v = ast_variable_browse(cfg, "channels");
- if ((res = process_dahdi(&base_conf, v, reload, 0))) {
+ if ((res = process_dahdi(&base_conf, "", v, reload, 0))) {
ast_mutex_unlock(&iflock);
ast_config_destroy(cfg);
if (ucfg) {
@@ -14405,7 +14405,7 @@ static int setup_dahdi(int reload)
memcpy(&conf, &base_conf, sizeof(conf));
- if ((res = process_dahdi(&conf, ast_variable_browse(cfg, cat), reload, PROC_DAHDI_OPT_NOCHAN))) {
+ if ((res = process_dahdi(&conf, cat, ast_variable_browse(cfg, cat), reload, PROC_DAHDI_OPT_NOCHAN))) {
ast_mutex_unlock(&iflock);
ast_config_destroy(cfg);
if (ucfg) {