summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-03 22:23:37 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-03 22:23:37 +0000
commit26633d9c1ba36cf69df9b2c180df852758d2c439 (patch)
tree81288ca931753b839c41485690de7d2fe8569ed4
parentd49d04a739fb8c0b1a21f0416ec77aa9738f0417 (diff)
restore a line of code that was accidentally removed
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3605 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--mg2ec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mg2ec.h b/mg2ec.h
index ab414c0..2fe1d12 100644
--- a/mg2ec.h
+++ b/mg2ec.h
@@ -686,6 +686,8 @@ static int echo_can_create(struct zt_echocanparams *ecp, struct zt_echocanparam
memset(*ec, 0, size);
+ init_cc(*ec, ecp->tap_length, maxy, maxu);
+
return 0;
}