From 7eeb744249c3a44528122894fe17c096debeb265 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Thu, 3 Jul 2008 20:23:57 +0000 Subject: Fix build git-svn-id: http://svn.digium.com/svn/asterisk/trunk@127852 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_chanspy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_chanspy.c') diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c index 907ac3f16..fcf015cdd 100644 --- a/apps/app_chanspy.c +++ b/apps/app_chanspy.c @@ -322,7 +322,7 @@ static int channel_spy(struct ast_channel *chan, struct chanspy_ds *spyee_chansp 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); -- cgit v1.2.3