From: Mark Michelson Date: Mon, 14 Jan 2008 16:36:41 +0000 (+0000) Subject: Merged revisions 98737 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd98338fd1799c4944cd91745fa0f104ced0e97;p=thirdparty%2Fasterisk.git Merged revisions 98737 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r98737 | mmichelson | 2008-01-14 10:35:12 -0600 (Mon, 14 Jan 2008) | 3 lines Fixing another compilation error. I'm a bit off today :( ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98738 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index a40cddbadd..5e166f2651 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -900,7 +900,6 @@ static void init_queue(struct call_queue *q) q->montype = montype_default; q->monfmt[0] = '\0'; q->reportholdtime = 0; - q->monitorjoin = 0; q->wrapuptime = 0; q->autofill = 0; q->joinempty = 0;