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:
Mark Michelson
2008-03-20 18:02:42 +00:00
parent 951a25d277
commit f56d9c2483

View File

@@ -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;