]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Oops. Last commit had compilation error.
authorMark Michelson <mmichelson@digium.com>
Mon, 14 Jan 2008 16:30:33 +0000 (16:30 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 14 Jan 2008 16:30:33 +0000 (16:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@98734 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 24b8f2ebdd6d53335344bb7fcecc63a23c2dd656..fcdac88aab6f335420445f9b2ae26a0a426ea601 100644 (file)
@@ -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;