summaryrefslogtreecommitdiff
path: root/wcte12xp
diff options
context:
space:
mode:
authormspiceland <mspiceland@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-08 03:13:20 +0000
committermspiceland <mspiceland@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-08 03:13:20 +0000
commit95a838e91d4d7d094be6c76a86d90a8d9a52128a (patch)
treeadf8e43dcdd73af5d354df5a2909d881f3ae4c4d /wcte12xp
parent9b382a61f5645c2b318899968f537393673d2842 (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.4@3362 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 06987f5..ba9265c 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)