aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 19:01:35 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 19:01:35 +0000
commit237a37dd72c21c5adfef268b35ab5b1b6da21b81 (patch)
tree9c55091d3413d9975165dbe902b556c2d14a05b0
parent83ebc0922eaca581b43d926f429c979a4098966f (diff)
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
-rw-r--r--apps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 0939e8ba9..7afb2a83d 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -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;
}