[Asterisk-cvs] libpri-matt q931.c,1.11,1.12

mattf at lists.digium.com mattf at lists.digium.com
Wed Jan 12 19:53:08 CST 2005


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

Modified Files:
	q931.c 
Log Message:
Fixed buglette


Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri-matt/q931.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- q931.c	30 Dec 2004 14:23:55 -0000	1.11
+++ q931.c	13 Jan 2005 01:57:08 -0000	1.12
@@ -1448,6 +1448,7 @@
 	comp->data[0] = 0x00;
 	i += 3;
 
+	comp = (struct rose_component*)&ie->data[i];
 	comp->type = COMP_TYPE_INVOKE;
 	comp->len = tmp->adpu_len;
 	i += 2;




More information about the svn-commits mailing list