From bcc943582e724112a6615cb24c8a58a28e3df45d Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 14 Sep 2005 19:56:43 +0000 Subject: Enable the fxotune.vals output only if debug is set git-svn-id: http://svn.digium.com/svn/zaptel/trunk@767 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- fxotune.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fxotune.c b/fxotune.c index 0b14444..41db1d3 100755 --- a/fxotune.c +++ b/fxotune.c @@ -303,10 +303,12 @@ static int acim_tune(int whichzap, char *dialstr) float acim_results[16]; - outfile = fopen("/tmp/fxotune.vals", "w"); - if (!outfile) { - fprintf(stdout, "Cannot create /tmp/fxotune.vals\n"); - return -1; + if (debug) { + outfile = fopen("/tmp/fxotune.vals", "w"); + if (!outfile) { + fprintf(stdout, "Cannot create /tmp/fxotune.vals\n"); + return -1; + } } /* Set echo settings */ -- cgit v1.2.3