mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Fix chan_gtalk.c compile error.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393485 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1214,8 +1214,6 @@ static struct ast_channel *gtalk_new(struct gtalk *client, struct gtalk_pvt *i,
|
||||
ast_channel_hangupcause_set(tmp, AST_CAUSE_SWITCH_CONGESTION);
|
||||
ast_hangup(tmp);
|
||||
tmp = NULL;
|
||||
} else {
|
||||
send_channel_update(i->owner, i->sid);
|
||||
}
|
||||
return tmp;
|
||||
}
|
||||
|
Reference in New Issue
Block a user