[asterisk-commits] mmichelson: branch 1.4 r98737 - /branches/1.4/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 14 10:35:13 CST 2008


Author: mmichelson
Date: Mon Jan 14 10:35:12 2008
New Revision: 98737

URL: http://svn.digium.com/view/asterisk?view=rev&rev=98737
Log:
Fixing another compilation error. I'm a bit off today :(


Modified:
    branches/1.4/apps/app_queue.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=98737&r1=98736&r2=98737
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Mon Jan 14 10:35:12 2008
@@ -796,7 +796,7 @@
 	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;




More information about the asterisk-commits mailing list