[asterisk-commits] mmichelson: trunk r81526 - in /trunk: ./ apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 5 10:23:58 CDT 2007
Author: mmichelson
Date: Wed Sep 5 10:23:57 2007
New Revision: 81526
URL: http://svn.digium.com/view/asterisk?view=rev&rev=81526
Log:
Merged revisions 81525 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r81525 | mmichelson | 2007-09-05 10:19:47 -0500 (Wed, 05 Sep 2007) | 4 lines
Fixing the build...
........
Modified:
trunk/ (props changed)
trunk/apps/app_queue.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=81526&r1=81525&r2=81526
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Wed Sep 5 10:23:57 2007
@@ -3773,6 +3773,7 @@
{
int res = -1;
struct call_queue *q;
+ struct member *m;
char interfacevar[256]="";
float sl = 0;
More information about the asterisk-commits
mailing list