mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Let's NOT create a deadlock scenario here
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72304 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8782,7 +8782,7 @@ static void *ss7_linkset(void *data)
|
||||
ast_mutex_lock(&p->lock);
|
||||
if (p->owner) {
|
||||
p->owner->hangupcause = e->rel.cause;
|
||||
ast_queue_hangup(p->owner);
|
||||
p->owner->_softhangup |= AST_SOFTHANGUP_DEV;
|
||||
} else
|
||||
ast_log(LOG_WARNING, "REL on channel (CIC %d) without owner!\n", p->cic);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user