summaryrefslogtreecommitdiff
path: root/wcte12xp
diff options
context:
space:
mode:
authormspiceland <mspiceland@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-08 03:09:55 +0000
committermspiceland <mspiceland@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-08 03:09:55 +0000
commit612682423fc0277716849c0fd9c0797aada23e4a (patch)
tree481d9bd99c4d1ea75b407b007cd75f50ba5e5e21 /wcte12xp
parent99b459ca9372dacba058e88cccf1569f30c4404e (diff)
Adding back Kevin's change that was lost on my last merge. ------------------------------------------------------------------------
r3343 | kpfleming | 2007-12-07 13:39:05 -0600 (Fri, 07 Dec 2007) | 2 lines as suggested by tzafrir on asterisk-dev, remove some code duplication when handling ZT_SPANCONFIG git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3361 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte12xp')
-rw-r--r--wcte12xp/base.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/wcte12xp/base.c b/wcte12xp/base.c
index 3bc49ae..4f9d710 100644
--- a/wcte12xp/base.c
+++ b/wcte12xp/base.c
@@ -955,10 +955,6 @@ static int t1xxp_spanconfig(struct zt_span *span, struct zt_lineconfig *lc)
{
struct t1 *wc = span->pvt;
- span->lineconfig = lc->lineconfig;
- span->lbo = lc->lbo;
- span->txlevel = lc->lbo;
- span->rxlevel = 0;
/* Do we want to SYNC on receive or not */
wc->sync = lc->sync;
if (wc->sync)