aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-14 18:35:48 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-14 18:35:48 +0000
commit22a8c722eb4f6317f04ec75490c632a288f55e85 (patch)
tree1ff4f36f00c6f630712141a69e7b13fdc0ade0ff /apps
parent79acd5983aff13f03a67eb90a81c3c3090972700 (diff)
Crap, I broke the build. Fixed.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@82398 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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 42223b9c7..3792e3526 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);