[Asterisk-cvs] zaptel wct4xxp.c,1.68,1.69
markster at lists.digium.com
markster at lists.digium.com
Wed Jun 1 17:17:21 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv28822
Modified Files:
wct4xxp.c
Log Message:
More non-workq fixes
Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- wct4xxp.c 1 Jun 2005 21:18:08 -0000 1.68
+++ wct4xxp.c 1 Jun 2005 21:20:31 -0000 1.69
@@ -1567,9 +1567,9 @@
{
int x;
for (x=0;x<4;x++) {
- if (wc->spans[x].flags & ZT_FLAG_RUNNING) {
- __receive_span(wc, x);
- __transmit_span(wc, x);
+ if (wc->tspans[x]->span.flags & ZT_FLAG_RUNNING) {
+ __receive_span(wc->tspans[x]);
+ __transmit_span(wc->tspans[x]);
}
}
}
More information about the svn-commits
mailing list