mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Merged revisions 110272 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r110272 | mmichelson | 2008-03-20 13:01:36 -0500 (Thu, 20 Mar 2008) | 3 lines Add missing unlock ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -317,6 +317,7 @@ static int begin_dial(struct ast_dial *dial, struct ast_channel *chan)
|
||||
AST_LIST_TRAVERSE(&dial->channels, channel, list) {
|
||||
success += begin_dial_channel(channel, chan);
|
||||
}
|
||||
AST_LIST_UNLOCK(&dial->channels);
|
||||
|
||||
/* If number of failures matches the number of channels, then this truly failed */
|
||||
return success;
|
||||
|
||||
Reference in New Issue
Block a user