[asterisk-commits] mmichelson: trunk r81535 - /trunk/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 5 10:32:59 CDT 2007


Author: mmichelson
Date: Wed Sep  5 10:32:58 2007
New Revision: 81535

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81535
Log:
Weird. When I merged my changes from 1.4, they merged into the wrong function.
This should fix the build for trunk.


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=81535&r1=81534&r2=81535
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Wed Sep  5 10:32:58 2007
@@ -3773,7 +3773,6 @@
 {
 	int res = -1;
 	struct call_queue *q;
-	struct member *m;
 
 	char interfacevar[256]="";
         float sl = 0;
@@ -3822,6 +3821,7 @@
 {
 	int count = 0;
 	struct call_queue *q;
+	struct member *m;
 
 	buf[0] = '\0';
 	




More information about the asterisk-commits mailing list