[zaptel-commits] tzafrir: branch 1.4 r2124 - /branches/1.4/xpp/xpp_zap.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Wed Feb 7 17:30:57 MST 2007


Author: tzafrir
Date: Wed Feb  7 18:30:56 2007
New Revision: 2124

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2124
Log:
Now 'chans' is used after all. 

Modified:
    branches/1.4/xpp/xpp_zap.c

Modified: branches/1.4/xpp/xpp_zap.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/xpp/xpp_zap.c?view=diff&rev=2124&r1=2123&r2=2124
==============================================================================
--- branches/1.4/xpp/xpp_zap.c (original)
+++ branches/1.4/xpp/xpp_zap.c Wed Feb  7 18:30:56 2007
@@ -600,9 +600,7 @@
 	if(SPAN_REGISTERED(xpd)) {
 		len += sprintf(page + len, "\nPCM:\n            |         [readchunk]       |         [writechunk]      | delay");
 		for_each_line(xpd, i) {
-#if 0
 			struct zt_chan	*chans = xpd->span.chans;
-#endif
 			byte	rchunk[ZT_CHUNKSIZE];
 			byte	wchunk[ZT_CHUNKSIZE];
 			byte	*rp;



More information about the zaptel-commits mailing list