mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
Fix a really stupid mistake
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125591 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5485,7 +5485,7 @@ static char *__queues_show(struct mansession *s, int fd, int argc, char **argv)
|
||||
while ((mem = ao2_iterator_next(&mem_iter))) {
|
||||
ast_str_set(&out, 0, " %s", mem->membername);
|
||||
if (strcasecmp(mem->membername, mem->interface)) {
|
||||
ast_build_string(&max, &max_left, " (%s)", mem->interface);
|
||||
ast_str_append(&out, 0, " (%s)", mem->interface);
|
||||
}
|
||||
if (mem->penalty)
|
||||
ast_str_append(&out, 0, " with penalty %d", mem->penalty);
|
||||
|
||||
Reference in New Issue
Block a user