summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-08 00:30:56 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-08 00:30:56 +0000
commit381c64116a02113981bbee61b1d3117dfccbb085 (patch)
tree5193b919ecbecdeb1277fff74dfb602e497825b8 /xpp
parent64c638c0fb48a9a123f91e5b7a34688447192ed4 (diff)
Now 'chans' is used after all.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2124 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp')
-rw-r--r--xpp/xpp_zap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xpp/xpp_zap.c b/xpp/xpp_zap.c
index 535fe9f..b3e7017 100644
--- a/xpp/xpp_zap.c
+++ b/xpp/xpp_zap.c
@@ -600,9 +600,7 @@ static int xpd_read_proc(char *page, char **start, off_t off, int count, int *eo
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;