提交 584ccc43 编写于 作者: S slguan

fix taos_options crash

上级 8fe6f45a
...@@ -184,6 +184,7 @@ static void taosReadLogOption(char *option, char *value) { ...@@ -184,6 +184,7 @@ static void taosReadLogOption(char *option, char *value) {
} }
SGlobalCfg *taosGetConfigOption(const char *option) { SGlobalCfg *taosGetConfigOption(const char *option) {
taosInitGlobalCfg();
for (int i = 0; i < tsGlobalConfigNum; ++i) { for (int i = 0; i < tsGlobalConfigNum; ++i) {
SGlobalCfg *cfg = tsGlobalConfig + i; SGlobalCfg *cfg = tsGlobalConfig + i;
if (strcasecmp(cfg->option, option) != 0) continue; if (strcasecmp(cfg->option, option) != 0) continue;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册