Remove an unneccessary unlock and do away with the error msg about not being able to unlock the lock. #6201

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8020 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
BJ Weschke 20 years ago
parent 57a8394f6c
commit a44bc3a0d7

@ -1323,7 +1323,6 @@ static int compare_weight(struct ast_call_queue *rq, struct member *member)
if (found) if (found)
break; break;
} }
ast_mutex_unlock(&qlock);
return found; return found;
} }

Loading…
Cancel
Save