[asterisk-addons-commits] mnicholson: branch mnicholson/chan-mobile-refactor r790 - /team/mnicholson/ch...
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Fri Feb 20 17:02:47 CST 2009
Author: mnicholson
Date: Fri Feb 20 17:02:46 2009
New Revision: 790
URL: http://svn.digium.com/svn-view/asterisk-addons?view=rev&rev=790
Log:
fix --enable-dev-mode error
Modified:
team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c
Modified: team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c
URL: http://svn.digium.com/svn-view/asterisk-addons/team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c?view=diff&rev=790&r1=789&r2=790
==============================================================================
--- team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c (original)
+++ team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c Fri Feb 20 17:02:46 2009
@@ -941,7 +941,6 @@
{
struct mbl_pvt *pvt = ast->tech_pvt;
- struct ast_frame *f;
int r;
ast_debug(2, "*** mbl_read()\n");
More information about the asterisk-addons-commits
mailing list