[asterisk-commits] mmichelson: branch 1.4 r82398 - /branches/1.4/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 14 13:35:48 CDT 2007


Author: mmichelson
Date: Fri Sep 14 13:35:48 2007
New Revision: 82398

URL: http://svn.digium.com/view/asterisk?view=rev&rev=82398
Log:
Crap, I broke the build. Fixed.


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=82398&r1=82397&r2=82398
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Fri Sep 14 13:35:48 2007
@@ -4253,7 +4253,7 @@
 						"Paused: %d\r\n"
 						"%s"
 						"\r\n",
-						q->name, mem-membername, mem->interface, mem->dynamic ? "dynamic" : "static",
+						q->name, mem->membername, mem->interface, mem->dynamic ? "dynamic" : "static",
 						mem->penalty, mem->calls, (int)mem->lastcall, mem->status, mem->paused, idText);
 				}
 				ao2_ref(mem, -1);




More information about the asterisk-commits mailing list