[Asterisk-cvs] zaptel wct4xxp.c,1.21,1.22

markster at lists.digium.com markster at lists.digium.com
Wed Mar 31 14:43:33 CST 2004


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

Modified Files:
	wct4xxp.c 
Log Message:
Make timing source be reported properly in zttool


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- wct4xxp.c	31 Mar 2004 18:54:51 -0000	1.21
+++ wct4xxp.c	31 Mar 2004 19:42:17 -0000	1.22
@@ -652,6 +652,8 @@
 			printk("TE410P: Timing from internal timer\n");
 	}
 	wc->syncsrc = unit;
+	for (x=0;x<4;x++)
+		wc->spans[x].syncsrc = unit;
 }
 
 static void t4_set_timing_source_auto(struct t4 *wc)




More information about the svn-commits mailing list