summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorBJ Weschke <bweschke@btwtech.com>2006-01-12 19:01:35 +0000
committerBJ Weschke <bweschke@btwtech.com>2006-01-12 19:01:35 +0000
commita44bc3a0d70c21d25e0397ae01f7327e81477f78 (patch)
tree9c55091d3413d9975165dbe902b556c2d14a05b0 /apps/app_queue.c
parent57a8394f6cf5f96300df7716a09302495c1a426a (diff)
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
Diffstat (limited to 'apps/app_queue.c')
-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;
}