diff --git a/apps/app_queue.c b/apps/app_queue.c index 478df3a936..f4916cf65a 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -4079,7 +4079,7 @@ static int __queues_show(struct mansession *s, int fd, int argc, char **argv) float sl; ast_mutex_lock(&q->lock); - if (argc == 3 && !strcasecmp(q->name, argv[2])) { + if (argc == 3 && strcasecmp(q->name, argv[2])) { ast_mutex_unlock(&q->lock); continue; }