]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove comment that is unrelated to this function
authorKevin P. Fleming <kpfleming@digium.com>
Tue, 2 Jan 2007 13:59:44 +0000 (13:59 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Tue, 2 Jan 2007 13:59:44 +0000 (13:59 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49165 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_zap.c

index eb1ab2d0cfa248a7638c52294c427dfb46e1e990..fd82dc36d0eaed78d15a498b8de293a43e224f3e 100644 (file)
@@ -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)