[Asterisk-cvs] asterisk/channels chan_zap.c,1.344.2.2,1.344.2.3

russell at lists.digium.com russell at lists.digium.com
Fri Oct 8 20:43:22 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv27543/channels

Modified Files:
      Tag: v1-0
	chan_zap.c 
Log Message:
Discontiguous descending Zap channel group fails to use all members (bug #2581)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.344.2.2
retrieving revision 1.344.2.3
diff -u -d -r1.344.2.2 -r1.344.2.3
--- chan_zap.c	3 Oct 2004 20:22:41 -0000	1.344.2.2
+++ chan_zap.c	9 Oct 2004 00:44:30 -0000	1.344.2.3
@@ -6535,6 +6535,7 @@
 			if (working->channel > tmp->channel) {
 				tmp->next = *wlist;
 				tmp->prev = NULL;
+				(*wlist)->prev = tmp;
 				*wlist = tmp;
 			} else {
 			/* go through all the members and put the member in the right place */




More information about the svn-commits mailing list