提交 2cf005ca 编写于 作者: wmmhello's avatar wmmhello

[TD-5992] add error msg

上级 f266e3e9
...@@ -443,7 +443,7 @@ static int taos_set_config_imp(const char *config){ ...@@ -443,7 +443,7 @@ static int taos_set_config_imp(const char *config){
static bool setConfFlag = false; static bool setConfFlag = false;
if (setConfFlag) { if (setConfFlag) {
tscError("already set config"); tscError("already set config");
return -1; return 0;
} }
cJSON *root = cJSON_Parse(config); cJSON *root = cJSON_Parse(config);
if (root == NULL) { if (root == NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册