[zaptel-commits] kpfleming: branch 1.4 r3651 - /branches/1.4/mg2ec.h

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Jan 10 17:38:34 CST 2008


Author: kpfleming
Date: Thu Jan 10 17:38:33 2008
New Revision: 3651

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3651
Log:
umm... should have compiled in both modes before committing

Modified:
    branches/1.4/mg2ec.h

Modified: branches/1.4/mg2ec.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/mg2ec.h?view=diff&rev=3651&r1=3650&r2=3651
==============================================================================
--- branches/1.4/mg2ec.h (original)
+++ branches/1.4/mg2ec.h Thu Jan 10 17:38:33 2008
@@ -684,7 +684,7 @@
 	memset(*ec, 0, size);
 
 #ifdef AGGRESSIVE_SUPPRESSOR
-	**ec->aggressive = 1;
+	(*ec)->aggressive = 1;
 #endif
 
 	for (x = 0; x < ecp->param_count; x++) {




More information about the zaptel-commits mailing list