From: Mark Michelson Date: Mon, 14 Jan 2008 16:30:33 +0000 (+0000) Subject: Oops. Last commit had compilation error. X-Git-Tag: 1.4.18~12^2~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a95cfaf45f37089d1e3bbae2b72a3fb69357742;p=thirdparty%2Fasterisk.git Oops. Last commit had compilation error. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@98734 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 24b8f2ebdd..fcdac88aab 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;