[Asterisk-cvs] asterisk/apps app_zapscan.c,1.1.2.1,1.1.2.2
citats at lists.digium.com
citats at lists.digium.com
Wed Mar 10 02:13:28 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv16016/apps
Modified Files:
Tag: v1-0_stable
app_zapscan.c
Log Message:
Remove unnecessary ast_check_hangup
Index: app_zapscan.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_zapscan.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- app_zapscan.c 10 Mar 2004 03:52:11 -0000 1.1.2.1
+++ app_zapscan.c 10 Mar 2004 07:06:06 -0000 1.1.2.2
@@ -257,7 +257,7 @@
for (;;) {
f = ast_read(chan);
- if (!f || ast_check_hangup(chan))
+ if (!f)
break;
if ((f->frametype == AST_FRAME_DTMF) && (f->subclass == '*')) {
ast_frfree(f);
More information about the svn-commits
mailing list