mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Fix build
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127852 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -322,7 +322,7 @@ static int channel_spy(struct ast_channel *chan, struct chanspy_ds *spyee_chansp
|
|||||||
char *name;
|
char *name;
|
||||||
struct ast_frame *f;
|
struct ast_frame *f;
|
||||||
struct ast_silence_generator *silgen = NULL;
|
struct ast_silence_generator *silgen = NULL;
|
||||||
struct ast_channel *spyee = NULL;
|
struct ast_channel *spyee = NULL, *spyee_bridge = NULL;
|
||||||
const char *spyer_name;
|
const char *spyer_name;
|
||||||
|
|
||||||
ast_channel_lock(chan);
|
ast_channel_lock(chan);
|
||||||
|
Reference in New Issue
Block a user