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:
Richard Mudgett
2013-07-02 20:43:10 +00:00
parent d98c19f947
commit 96fed373e9

View File

@@ -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;
}