summaryrefslogtreecommitdiff
path: root/fxotune.c
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-13 02:45:10 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-13 02:45:10 +0000
commit69a127fe2d00903fbaa32a37695b22e163c41153 (patch)
tree889b4fe330bd479056ea8555d0e9d961b6cbfb76 /fxotune.c
parentfdbf56134e059e90098da78fc916f80fa7c77190 (diff)
Stupid little mistake. Curse myself for not compiling before committing
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@544 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxotune.c')
-rwxr-xr-xfxotune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxotune.c b/fxotune.c
index 8dde81e..da36961 100755
--- a/fxotune.c
+++ b/fxotune.c
@@ -158,7 +158,7 @@ int echo_tune(int whichzap)
}
}
- res = process_readbuf(outbuf, obufsize, inbuf, ibufsize);
+ res = process_readbuf(inbuf, ibufsize);
/* Check to see if the echo values */
if (res < bestval) {
bestval = res;