aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-14 16:35:12 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-14 16:35:12 +0000
commit38e5a1a271b9f3557a7bc2246daadd13de4b1c6a (patch)
tree0e546a95b0ce7b39bf35bce1a2e42c3a6f9b54c3 /apps
parent342da051ab33ba04abfbacea8b5d6182bbc9d397 (diff)
Fixing another compilation error. I'm a bit off today :(
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@98737 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index fcdac88aa..d0fa91241 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -796,7 +796,7 @@ static void init_queue(struct call_queue *q)
q->monfmt[0] = '\0';
q->periodicannouncefrequency = 0;
q->reportholdtime = 0;
- q->monitorjoin = 0;
+ q->monjoin = 0;
q->wrapuptime = 0;
q->autofill = 0;
q->joinempty = 0;