From e53d7231ddfc854c93dc2012049e6cf38e83d4d8 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 14 Sep 2007 18:35:48 +0000 Subject: [PATCH] Crap, I broke the build. Fixed. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82398 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 42223b9c71..3792e3526d 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -4253,7 +4253,7 @@ static int manager_queues_status(struct mansession *s, const struct message *m) "Paused: %d\r\n" "%s" "\r\n", - q->name, mem-membername, mem->interface, mem->dynamic ? "dynamic" : "static", + q->name, mem->membername, mem->interface, mem->dynamic ? "dynamic" : "static", mem->penalty, mem->calls, (int)mem->lastcall, mem->status, mem->paused, idText); } ao2_ref(mem, -1);