mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-23 08:49:21 -07:00
Merged revisions 190356 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r190356 | russell | 2009-04-23 16:07:07 -0500 (Thu, 23 Apr 2009) | 2 lines Remove a bogus ast_channel_unlock(). ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@190357 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -20027,7 +20027,6 @@ static int local_attended_transfer(struct sip_pvt *transferer, struct sip_dual *
|
||||
ast_clear_flag(&transferer->flags[0], SIP_GOTREFER);
|
||||
transferer->refer->status = REFER_FAILED;
|
||||
sip_pvt_unlock(targetcall_pvt);
|
||||
ast_channel_unlock(current->chan1);
|
||||
if (targetcall_pvt)
|
||||
ao2_t_ref(targetcall_pvt, -1, "Drop targetcall_pvt pointer");
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user