]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Crap, I broke the build. Fixed.
authorMark Michelson <mmichelson@digium.com>
Fri, 14 Sep 2007 18:35:48 +0000 (18:35 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 14 Sep 2007 18:35:48 +0000 (18:35 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82398 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 42223b9c71d92ee4a1f8be5ffbd1114a91b8bc68..3792e3526df54a43f8ce8a4d4037f21a169018f8 100644 (file)
@@ -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);