[asterisk-commits] mmichelson: branch 1.4 r98734 - /branches/1.4/apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 14 10:30:34 CST 2008
Author: mmichelson
Date: Mon Jan 14 10:30:33 2008
New Revision: 98734
URL: http://svn.digium.com/view/asterisk?view=rev&rev=98734
Log:
Oops. Last commit had compilation error.
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=98734&r1=98733&r2=98734
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Mon Jan 14 10:30:33 2008
@@ -802,7 +802,7 @@
q->joinempty = 0;
q->leavewhenempty = 0;
q->memberdelay = 0;
- q->eventmemberstatus = 0;
+ q->maskmemberstatus = 0;
q->eventwhencalled = 0;
q->weight = 0;
q->timeoutrestart = 0;
More information about the asterisk-commits
mailing list