]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixing another compilation error. I'm a bit off today :(
authorMark Michelson <mmichelson@digium.com>
Mon, 14 Jan 2008 16:35:12 +0000 (16:35 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 14 Jan 2008 16:35:12 +0000 (16:35 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@98737 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

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