aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-14 16:30:33 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-14 16:30:33 +0000
commit342da051ab33ba04abfbacea8b5d6182bbc9d397 (patch)
tree467d66b5d117b6383d2900a772fcfd7110800a0d /apps/app_queue.c
parent1f4ccb3190d0dbe11fea323842d38a16c0ef69a5 (diff)
Oops. Last commit had compilation error.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@98734 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-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 24b8f2ebd..fcdac88aa 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -802,7 +802,7 @@ static void init_queue(struct call_queue *q)
q->joinempty = 0;
q->leavewhenempty = 0;
q->memberdelay = 0;
- q->eventmemberstatus = 0;
+ q->maskmemberstatus = 0;
q->eventwhencalled = 0;
q->weight = 0;
q->timeoutrestart = 0;