mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
remove comment that is unrelated to this function
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49165 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1082,7 +1082,7 @@ static int zt_digit_begin(struct ast_channel *chan, char digit)
|
||||
out:
|
||||
ast_mutex_unlock(&pvt->lock);
|
||||
|
||||
return 0; /* Tell Asterisk not to generate inband indications */
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int zt_digit_end(struct ast_channel *chan, char digit)
|
||||
|
||||
Reference in New Issue
Block a user