[svn-commits] anthonyl: trunk r42715 - /trunk/apps/app_record.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Sep 11 09:00:53 MST 2006
Author: anthonyl
Date: Mon Sep 11 11:00:53 2006
New Revision: 42715
URL: http://svn.digium.com/view/asterisk?rev=42715&view=rev
Log:
small fix for issue 007926
Modified:
trunk/apps/app_record.c
Modified: trunk/apps/app_record.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_record.c?rev=42715&r1=42714&r2=42715&view=diff
==============================================================================
--- trunk/apps/app_record.c (original)
+++ trunk/apps/app_record.c Mon Sep 11 11:00:53 2006
@@ -329,11 +329,6 @@
}
} 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;
}
More information about the svn-commits
mailing list