From d5c0530d0f69974d16cba24be7c88d16b18e13b2 Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 4 Apr 2004 14:53:14 +0000 Subject: Oops git-svn-id: http://svn.digium.com/svn/zaptel/trunk@341 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcfxs.c | 2 +- wctdm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfxs.c b/wcfxs.c index 1106bab..e6a1860 100755 --- a/wcfxs.c +++ b/wcfxs.c @@ -1175,7 +1175,7 @@ static int wcfxs_ioctl(struct zt_chan *chan, unsigned int cmd, unsigned long dat if (wc->lasttxhook[chan->chanpos - 1] == 0x1) { /* Apply the change if appropriate */ wc->lasttxhook[chan->chanpos - 1] = 0x2; - wcfxs_setreg(wc, x, 64, wc->lasttxhook[chan->chanpos - 1]); + wcfxs_setreg(wc, chan->chanpos - 1, 64, wc->lasttxhook[chan->chanpos - 1]); } break; case WCFXS_GET_STATS: diff --git a/wctdm.c b/wctdm.c index 1106bab..e6a1860 100755 --- a/wctdm.c +++ b/wctdm.c @@ -1175,7 +1175,7 @@ static int wcfxs_ioctl(struct zt_chan *chan, unsigned int cmd, unsigned long dat if (wc->lasttxhook[chan->chanpos - 1] == 0x1) { /* Apply the change if appropriate */ wc->lasttxhook[chan->chanpos - 1] = 0x2; - wcfxs_setreg(wc, x, 64, wc->lasttxhook[chan->chanpos - 1]); + wcfxs_setreg(wc, chan->chanpos - 1, 64, wc->lasttxhook[chan->chanpos - 1]); } break; case WCFXS_GET_STATS: -- cgit v1.2.3