[Asterisk-cvs] zaptel wct4xxp.c,1.61,1.62

markster at lists.digium.com markster at lists.digium.com
Mon May 2 16:29:12 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv3129

Modified Files:
	wct4xxp.c 
Log Message:
Remove static TDM mapping


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- wct4xxp.c	2 May 2005 20:23:06 -0000	1.61
+++ wct4xxp.c	2 May 2005 20:36:25 -0000	1.62
@@ -2214,8 +2214,6 @@
 #ifdef ENABLE_TASKLETS
 	tasklet_init(&wc->t4_tlet, t4_tasklet, (unsigned long)wc);
 #endif
-	t4_tsi_assign(wc, 0, 1, 0, 2);
-	t4_tsi_assign(wc, 0, 2, 0, 1);
 	return 0;
 }
 




More information about the svn-commits mailing list