From 3a0d8088c7deab8aae584800cbd06f1192fac481 Mon Sep 17 00:00:00 2001 From: kishoramballi Date: Mon, 11 May 2009 12:12:32 +0000 Subject: [PATCH] By default CSQL_SQL_SERVER parameter is always false --- csql.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csql.conf b/csql.conf index 385df520..183aead6 100644 --- a/csql.conf +++ b/csql.conf @@ -76,7 +76,7 @@ TABLE_CONFIG_FILE=/tmp/csql/csqltable.conf ##########################SqlNetworkServer Section######################## # Whether to enable SqlNetwork server -CSQL_SQL_SERVER=true +CSQL_SQL_SERVER=false #Set port for Network access PORT=5678 -- 2.11.4.GIT