From: Anthony LaMantia Date: Mon, 11 Sep 2006 16:00:53 +0000 (+0000) Subject: small fix for issue 007926 X-Git-Tag: 1.4.0-beta1~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef879455f58de028973f155108ec0f85846ccc95;p=thirdparty%2Fasterisk.git small fix for issue 007926 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42715 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_record.c b/apps/app_record.c index ababa23800..a51a8a5083 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; }