projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7f70ca
)
oops. :)
author
Russell Bryant
<russell@russellbryant.com>
Wed, 11 Jan 2006 06:35:34 +0000
(06:35 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Wed, 11 Jan 2006 06:35:34 +0000
(06:35 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7974
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channel.c
patch
|
blob
|
history
diff --git
a/channel.c
b/channel.c
index
38aa920
..
54027e4
100644
(file)
--- 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)