From e8e2a067b162441fe5e9a2c2a1ec53c7a7174ab7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 30 Jul 2006 21:28:24 +0000 Subject: [PATCH] kes Turn off new test code in src/console.c git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3208 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kes-1.39 | 1 + bacula/src/console/console.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bacula/kes-1.39 b/bacula/kes-1.39 index 0d01dccb0d..03b251768d 100644 --- a/bacula/kes-1.39 +++ b/bacula/kes-1.39 @@ -16,6 +16,7 @@ kes Create a generic DB routine for getting an int (32/64 bit) from kes Add more migration code. kes Add a few more files to .cvsignore here and there. kes Minor fixes for SD write rate and despooling rate. +kes Turn off new test code in src/console.c Version 1.39.18 29Jul06 diff --git a/bacula/src/console/console.c b/bacula/src/console/console.c index bd24519f05..09af970615 100644 --- a/bacula/src/console/console.c +++ b/bacula/src/console/console.c @@ -28,7 +28,7 @@ #ifdef HAVE_CONIO #include "conio.h" -#define CONIO_FIX 1 +//#define CONIO_FIX 1 #else #define con_init(x) #define con_term() -- 2.39.5