summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-02-04 17:45:14 +0000
committerMark Michelson <mmichelson@digium.com>2009-02-04 17:45:14 +0000
commite04e940a7194cd067d82801324230b91b10982c5 (patch)
treed5f16432e9d3b213ccad4020474732bc843320c0 /apps
parent668f9f4e311d8dc0eab14ce1276b111dfe6c8fb1 (diff)
Merged revisions 173396 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r173396 | mmichelson | 2009-02-04 11:44:48 -0600 (Wed, 04 Feb 2009) | 3 lines Revert my previous change because it was stupid ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@173397 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_chanspy.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c
index f21a051a3..f537875bc 100644
--- a/apps/app_chanspy.c
+++ b/apps/app_chanspy.c
@@ -456,10 +456,8 @@ static int channel_spy(struct ast_channel *chan, struct chanspy_ds *spyee_chansp
}
ast_mutex_unlock(&spyee_chanspy_ds->lock);
- if (!spyee) {
- ast_channel_unlock(spyee);
+ if (!spyee)
return 0;
- }
/* We now hold the channel lock on spyee */