mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 21:36:28 +00:00
Crap, I broke the build. Fixed.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82398 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4253,7 +4253,7 @@ static int manager_queues_status(struct mansession *s, const struct message *m)
|
|||||||
"Paused: %d\r\n"
|
"Paused: %d\r\n"
|
||||||
"%s"
|
"%s"
|
||||||
"\r\n",
|
"\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);
|
mem->penalty, mem->calls, (int)mem->lastcall, mem->status, mem->paused, idText);
|
||||||
}
|
}
|
||||||
ao2_ref(mem, -1);
|
ao2_ref(mem, -1);
|
||||||
|
Reference in New Issue
Block a user