aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-02 09:35:14 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-02 09:35:14 +0000
commit05404980a9c274ff10cf78b45029343d59a331c9 (patch)
tree8f4cabec19923e2ecb5fcf709ade731775469c8d
parent4722233bd4b089332c3a7aebb5f0fe790bea1b3c (diff)
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: http://svn.digium.com/svn/asterisk/trunk@62639 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 174e2c361..092064a23 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -14482,7 +14482,6 @@ static int local_attended_transfer(struct sip_pvt *transferer, struct sip_dual *
transferer->refer->status = REFER_FAILED;
sip_pvt_unlock(targetcall_pvt);
ast_channel_unlock(current->chan1);
- ast_channel_unlock(targetcall_pvt->owner);
return -1;
}