projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6bd28
)
Remove unnecessary ast_check_hangup
author
James Golovich
<james@gnuinter.net>
Wed, 10 Mar 2004 07:05:01 +0000
(07:05 +0000)
committer
James Golovich
<james@gnuinter.net>
Wed, 10 Mar 2004 07:05:01 +0000
(07:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2385
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_zapscan.c
patch
|
blob
|
history
diff --git
a/apps/app_zapscan.c
b/apps/app_zapscan.c
index
502aa5a
..
d41723c
100755
(executable)
--- a/
apps/app_zapscan.c
+++ b/
apps/app_zapscan.c
@@
-257,7
+257,7
@@
static int conf_exec(struct ast_channel *chan, void *data)
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);