[zaptel-commits] mspiceland: branch 1.4 r3362 - /branches/1.4/wcte12xp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Dec 7 21:13:20 CST 2007


Author: mspiceland
Date: Fri Dec  7 21:13:20 2007
New Revision: 3362

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3362
Log:
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

Modified:
    branches/1.4/wcte12xp/base.c

Modified: branches/1.4/wcte12xp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wcte12xp/base.c?view=diff&rev=3362&r1=3361&r2=3362
==============================================================================
--- branches/1.4/wcte12xp/base.c (original)
+++ branches/1.4/wcte12xp/base.c Fri Dec  7 21:13:20 2007
@@ -955,10 +955,6 @@
 {
 	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)




More information about the zaptel-commits mailing list