aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-14 16:36:41 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-14 16:36:41 +0000
commit24624f4f514eed74574aa86335ab5e2664e0eb0e (patch)
tree55a84753bf735ee8041be0711e6f06bcd77060a9
parentac8941efa5a9b2574122ec5d25d94e831757133c (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: http://svn.digium.com/svn/asterisk/trunk@98738 f38db490-d61c-443f-a65b-d21fe96a405b
-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;