[asterisk-commits] seanbright: trunk r219230 - /trunk/apps/app_chanspy.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 17 11:25:41 CDT 2009


Author: seanbright
Date: Thu Sep 17 11:25:38 2009
New Revision: 219230

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=219230
Log:
Get this compiling under dev-mode.

Modified:
    trunk/apps/app_chanspy.c

Modified: trunk/apps/app_chanspy.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/apps/app_chanspy.c?view=diff&rev=219230&r1=219229&r2=219230
==============================================================================
--- trunk/apps/app_chanspy.c (original)
+++ trunk/apps/app_chanspy.c Thu Sep 17 11:25:38 2009
@@ -734,7 +734,6 @@
 	char *ptr;
 	int num;
 	int num_spyed_upon = 1;
-	int hangup = 0;
 	struct ast_channel_iterator *iter = NULL;
 
 	if (ast_test_flag(flags, OPTION_EXIT)) {




More information about the asterisk-commits mailing list