dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@49166 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2007-01-02 14:01:20 +00:00
parent 4575d6eff8
commit 5d5fcafd6b
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,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)