mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
oops. :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7974 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -329,6 +329,7 @@ int ast_channel_register(const struct ast_channel_tech *tech)
|
|||||||
ast_mutex_unlock(&chlock);
|
ast_mutex_unlock(&chlock);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
chan->tech = tech;
|
||||||
AST_LIST_INSERT_HEAD(&backends, chan, list);
|
AST_LIST_INSERT_HEAD(&backends, chan, list);
|
||||||
|
|
||||||
if (option_debug)
|
if (option_debug)
|
||||||
|
Reference in New Issue
Block a user