From 06dd3f796ac01aa306f35d322cf8d0b6425ca96b Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Sun, 1 Nov 2020 00:05:39 +0800 Subject: [PATCH] TD-1663 --- src/client/src/tscSystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/src/tscSystem.c b/src/client/src/tscSystem.c index 61c144b2da..839d5889f3 100644 --- a/src/client/src/tscSystem.c +++ b/src/client/src/tscSystem.c @@ -103,7 +103,7 @@ void taos_init_imp(void) { } taosReadGlobalCfg(); - // taosCheckGlobalCfg(); + taosCheckGlobalCfg(); tscDebug("starting to initialize TAOS client ..."); tscDebug("Local End Point is:%s", tsLocalEp);