Skip to content
Snippets Groups Projects
Commit 21832436 authored by James Golovich's avatar James Golovich
Browse files

Remove unnecessary ast_check_hangup

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2385 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6c6bd283
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment