mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Clarify another area
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1195,7 +1195,7 @@ static int manager_queues_status( struct mansession *s, struct message *m )
|
||||
"CallerID: %s\r\n"
|
||||
"Wait: %ld\r\n"
|
||||
"\r\n",
|
||||
q->name, pos++, qe->chan->name, qe->chan->callerid ? qe->chan->callerid : "", now - qe->start);
|
||||
q->name, pos++, qe->chan->name, (qe->chan->callerid ? qe->chan->callerid : ""), now - qe->start);
|
||||
ast_pthread_mutex_unlock(&q->lock);
|
||||
q = q->next;
|
||||
}
|
||||
|
Reference in New Issue
Block a user