Archived
14
0
Fork 0

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

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8020 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
bweschke 2006-01-12 19:01:35 +00:00
parent 83ebc0922e
commit 237a37dd72

View file

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