[Asterisk-cvs] libpri-matt q931.c,1.19,1.20

mattf at lists.digium.com mattf at lists.digium.com
Fri Jan 21 12:56:31 CST 2005


Update of /usr/cvsroot/libpri-matt
In directory mongoose.digium.com:/tmp/cvs-serv24758

Modified Files:
	q931.c 
Log Message:
Don't want to send multiple facility messages for every ADPU


Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri-matt/q931.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- q931.c	21 Jan 2005 17:41:07 -0000	1.19
+++ q931.c	21 Jan 2005 18:59:23 -0000	1.20
@@ -3234,6 +3234,7 @@
 		while (cur) {
 			if (!cur->sent && cur->message == Q931_FACILITY) {
 				q931_facility(pri, c);
+				break;
 			}
 			cur = cur->next;
 		}




More information about the svn-commits mailing list