Merged revisions 49165 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49165 | kpfleming | 2007-01-02 07:59:44 -0600 (Tue, 02 Jan 2007) | 2 lines

remove comment that is unrelated to this function

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2007-01-02 14:01:20 +00:00
parent 0c3298a573
commit 29058da351

View File

@@ -1193,7 +1193,7 @@ static int zt_digit_begin(struct ast_channel *chan, char digit)
out: out:
ast_mutex_unlock(&pvt->lock); 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) static int zt_digit_end(struct ast_channel *chan, char digit)