summaryrefslogtreecommitdiff
path: root/apps/app_record.c
diff options
context:
space:
mode:
authorAnthony LaMantia <alamantia@digium.com>2006-09-11 16:00:53 +0000
committerAnthony LaMantia <alamantia@digium.com>2006-09-11 16:00:53 +0000
commitef879455f58de028973f155108ec0f85846ccc95 (patch)
tree2d965adc5fd05a304edc5cb17a2624b831c04237 /apps/app_record.c
parentb0666488f376fffe34763f445435014872efd912 (diff)
small fix for issue 007926
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42715 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_record.c')
-rw-r--r--apps/app_record.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index ababa2380..a51a8a508 100644
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -329,11 +329,6 @@ static int record_exec(struct ast_channel *chan, void *data)
}
} else if ((f->frametype == AST_FRAME_DTMF) &&
(f->subclass == terminator)) {
- res = ast_writestream(s,f);
-
- if (res) {
- ast_log(LOG_WARNING,"Problem writing final record frame\n");
- }
ast_frfree(f);
break;
}