summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-10 23:38:33 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-10 23:38:33 +0000
commit35377c123c278a5988978d826e419e0577a022c5 (patch)
tree7635a3caa84902993e29a5f33378c7d4365ab692
parentf79f3cd5971fcd019881519e1985bf10860260bf (diff)
umm... should have compiled in both modes before committing
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3651 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--mg2ec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg2ec.h b/mg2ec.h
index b2322fd..de47e96 100644
--- a/mg2ec.h
+++ b/mg2ec.h
@@ -684,7 +684,7 @@ static int echo_can_create(struct zt_echocanparams *ecp, struct zt_echocanparam
memset(*ec, 0, size);
#ifdef AGGRESSIVE_SUPPRESSOR
- **ec->aggressive = 1;
+ (*ec)->aggressive = 1;
#endif
for (x = 0; x < ecp->param_count; x++) {