From: Russell Bryant Date: Wed, 11 Jan 2006 06:35:34 +0000 (+0000) Subject: oops. :) X-Git-Tag: 1.4.0-beta1~2993 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de6d70b245ae8a61810d4f2e481ebee37329eb0;p=thirdparty%2Fasterisk.git oops. :) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7974 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channel.c b/channel.c index 38aa92083f..54027e457e 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)