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);