Skip to content
Snippets Groups Projects
Commit daefa6a8 authored by Olle Johansson's avatar Olle Johansson
Browse files

Merged revisions 62624 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r62624 | oej | 2007-05-02 08:15:43 +0200 (Wed, 02 May 2007) | 2 lines

Don't unlock a channel that we already know does not exist (propably isue 8228)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62639 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2a8a2f18
Branches
Tags
No related merge requests found
...@@ -14482,7 +14482,6 @@ static int local_attended_transfer(struct sip_pvt *transferer, struct sip_dual * ...@@ -14482,7 +14482,6 @@ static int local_attended_transfer(struct sip_pvt *transferer, struct sip_dual *
transferer->refer->status = REFER_FAILED; transferer->refer->status = REFER_FAILED;
sip_pvt_unlock(targetcall_pvt); sip_pvt_unlock(targetcall_pvt);
ast_channel_unlock(current->chan1); ast_channel_unlock(current->chan1);
ast_channel_unlock(targetcall_pvt->owner);
return -1; return -1;
} }
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment