[asterisk-commits] mmichelson: branch 1.4 r81525 -	/branches/1.4/apps/app_queue.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Sep  5 10:19:47 CDT 2007
    
    
  
Author: mmichelson
Date: Wed Sep  5 10:19:47 2007
New Revision: 81525
URL: http://svn.digium.com/view/asterisk?view=rev&rev=81525
Log:
Fixing the build...
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=81525&r1=81524&r2=81525
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Wed Sep  5 10:19:47 2007
@@ -3633,6 +3633,7 @@
 	int count = 0;
 	struct call_queue *q;
 	struct ast_module_user *lu;
+	struct member *m;
 
 	buf[0] = '\0';
 	
    
    
More information about the asterisk-commits
mailing list