From: Kevin P. Fleming Date: Tue, 2 Jan 2007 13:59:44 +0000 (+0000) Subject: remove comment that is unrelated to this function X-Git-Tag: 1.4.1~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95758b4920f1c9be4a7b50f0ffa4637d57783193;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index eb1ab2d0cf..fd82dc36d0 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)