summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-01-14 16:36:41 +0000
committerMark Michelson <mmichelson@digium.com>2008-01-14 16:36:41 +0000
commit7cd98338fd1799c4944cd91745fa0f104ced0e97 (patch)
tree55a84753bf735ee8041be0711e6f06bcd77060a9 /apps/app_queue.c
parentddfa7928ffa9f109d6047e4fcc21554f488f1903 (diff)
Merged revisions 98737 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r98737 | mmichelson | 2008-01-14 10:35:12 -0600 (Mon, 14 Jan 2008) | 3 lines Fixing another compilation error. I'm a bit off today :( ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index a40cddbad..5e166f265 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -900,7 +900,6 @@ static void init_queue(struct call_queue *q)
q->montype = montype_default;
q->monfmt[0] = '\0';
q->reportholdtime = 0;
- q->monitorjoin = 0;
q->wrapuptime = 0;
q->autofill = 0;
q->joinempty = 0;