From: Mark Michelson Date: Mon, 14 Jan 2008 16:35:12 +0000 (+0000) Subject: Fixing another compilation error. I'm a bit off today :( X-Git-Tag: 1.4.18~12^2~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e3c058e443820d80b96c66fc47f3176defc4da3;p=thirdparty%2Fasterisk.git Fixing another compilation error. I'm a bit off today :( git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@98737 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index fcdac88aab..d0fa91241e 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;