mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
fix comment typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6683 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5074,7 +5074,7 @@ static struct ast_channel *zt_new(struct zt_pvt *i, int state, int startpbx, int
|
||||
i->isidlecall = 0;
|
||||
i->alreadyhungup = 0;
|
||||
#endif
|
||||
/* clear the fake event in case we posted one before we had ast_chanenl */
|
||||
/* clear the fake event in case we posted one before we had ast_channel */
|
||||
i->fake_event = 0;
|
||||
/* Assure there is no confmute on this channel */
|
||||
zt_confmute(i, 0);
|
||||
|
Reference in New Issue
Block a user