[asterisk-commits] file: branch file/rtp_engine r138076 - /team/file/rtp_engine/res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Aug 15 11:08:23 CDT 2008
Author: file
Date: Fri Aug 15 11:08:22 2008
New Revision: 138076
URL: http://svn.digium.com/view/asterisk?view=rev&rev=138076
Log:
Silly compiler warning.
Modified:
team/file/rtp_engine/res/res_rtp_asterisk.c
Modified: team/file/rtp_engine/res/res_rtp_asterisk.c
URL: http://svn.digium.com/view/asterisk/team/file/rtp_engine/res/res_rtp_asterisk.c?view=diff&rev=138076&r1=138075&r2=138076
==============================================================================
--- team/file/rtp_engine/res/res_rtp_asterisk.c (original)
+++ team/file/rtp_engine/res/res_rtp_asterisk.c Fri Aug 15 11:08:22 2008
@@ -1304,7 +1304,7 @@
{
struct ast_rtp *rtp = instance->data;
unsigned int event, flags, power;
- char resp;
+ char resp = 0;
unsigned char seq;
struct ast_frame *f = NULL;
More information about the asterisk-commits
mailing list