aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-02 13:59:44 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-02 13:59:44 +0000
commitfa078354e14bdc7c4c57805d6344879cb24b5040 (patch)
tree303f54775a27999a2f33e3e1f67c928ef1947b3d /channels/chan_zap.c
parent507ebddb8d85557811d561d6f5d43cc4ecb8e177 (diff)
remove comment that is unrelated to this function
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49165 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_zap.c')
-rw-r--r--channels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index eb1ab2d0c..fd82dc36d 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -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)