[svn-commits] mmichelson: trunk r127852 - /trunk/apps/app_chanspy.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 3 15:23:57 CDT 2008


Author: mmichelson
Date: Thu Jul  3 15:23:57 2008
New Revision: 127852

URL: http://svn.digium.com/view/asterisk?view=rev&rev=127852
Log:
Fix build


Modified:
    trunk/apps/app_chanspy.c

Modified: trunk/apps/app_chanspy.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_chanspy.c?view=diff&rev=127852&r1=127851&r2=127852
==============================================================================
--- trunk/apps/app_chanspy.c (original)
+++ trunk/apps/app_chanspy.c Thu Jul  3 15:23:57 2008
@@ -322,7 +322,7 @@
 	char *name;
 	struct ast_frame *f;
 	struct ast_silence_generator *silgen = NULL;
-	struct ast_channel *spyee = NULL;
+	struct ast_channel *spyee = NULL, *spyee_bridge = NULL;
 	const char *spyer_name;
 
 	ast_channel_lock(chan);




More information about the svn-commits mailing list