aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 6830745d7..18b2cd9f9 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -4815,7 +4815,7 @@ static char *complete_queue_remove_member(const char *line, const char *word, in
if (++which > state) {
char *tmp;
ast_mutex_unlock(&q->lock);
- tmp = m->membername;
+ tmp = m->interface;
ao2_ref(m, -1);
return ast_strdup(tmp);
}