aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-24 02:53:24 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-24 02:53:24 +0000
commit5cb692d65fa970c02ee1b206d505d76ae0359227 (patch)
tree6abd655b3843f9bf2d1bcce7022dd5017ef9701e /channel.c
parent13f34443b97dc96413410706b691285377dab919 (diff)
Add "Loopback" switch
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4070 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/channel.c b/channel.c
index 8d70ee246..b9607a03e 100755
--- a/channel.c
+++ b/channel.c
@@ -340,8 +340,6 @@ struct ast_channel *ast_channel_alloc(int needqueue)
headp=&tmp->varshead;
ast_mutex_init(&tmp->lock);
AST_LIST_HEAD_INIT(headp);
- tmp->vars=ast_var_assign("tempvar","tempval");
- AST_LIST_INSERT_HEAD(headp,tmp->vars,entries);
strncpy(tmp->context, "default", sizeof(tmp->context)-1);
strncpy(tmp->language, defaultlanguage, sizeof(tmp->language)-1);
strncpy(tmp->exten, "s", sizeof(tmp->exten)-1);