mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-28 18:51:30 +00:00
Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41960 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -368,10 +368,10 @@ static int channel_spy(struct ast_channel *chan, struct ast_channel *spyee, int
|
||||
ast_deactivate_generator(chan);
|
||||
|
||||
/* If a channel still exists on our spy structure then we need to remove ourselves */
|
||||
if (csth.spy.chan) {
|
||||
csth.spy.status = CHANSPY_DONE;
|
||||
ast_channel_spy_remove(csth.spy.chan, &csth.spy);
|
||||
}
|
||||
if (csth.spy.chan) {
|
||||
csth.spy.status = CHANSPY_DONE;
|
||||
ast_channel_spy_remove(csth.spy.chan, &csth.spy);
|
||||
}
|
||||
ast_channel_spy_free(&csth.spy);
|
||||
|
||||
if (option_verbose >= 2)
|
||||
|
Reference in New Issue
Block a user