aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 06:35:34 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 06:35:34 +0000
commita4bf0f21f3eef126e0729bcc03e19f919845b7e4 (patch)
treefc12ac8badf98531829bcaaf74c134abf444cc67 /channel.c
parent7bb6b359d48560acaaa86cfb56dc66711f0adc86 (diff)
oops. :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7974 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rw-r--r--channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index 38aa92083..54027e457 100644
--- a/channel.c
+++ b/channel.c
@@ -329,6 +329,7 @@ int ast_channel_register(const struct ast_channel_tech *tech)
ast_mutex_unlock(&chlock);
return -1;
}
+ chan->tech = tech;
AST_LIST_INSERT_HEAD(&backends, chan, list);
if (option_debug)