[asterisk-commits] mmichelson: trunk r98738 - /trunk/apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 14 10:36:41 CST 2008
Author: mmichelson
Date: Mon Jan 14 10:36:41 2008
New Revision: 98738
URL: http://svn.digium.com/view/asterisk?view=rev&rev=98738
Log:
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 :(
........
Modified:
trunk/apps/app_queue.c
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=98738&r1=98737&r2=98738
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Mon Jan 14 10:36:41 2008
@@ -900,7 +900,6 @@
q->montype = montype_default;
q->monfmt[0] = '\0';
q->reportholdtime = 0;
- q->monitorjoin = 0;
q->wrapuptime = 0;
q->autofill = 0;
q->joinempty = 0;
More information about the asterisk-commits
mailing list