reset blank

This commit is contained in:
tickduan 2021-07-22 19:59:34 +08:00
parent 2035a93335
commit 1393637dcc
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ bool taosCfgDynamicOptions(char *msg) {
} else {
*((int8_t *)cfg->ptr) = (int8_t)vint;
}
if (strncasecmp(cfg->option, "monitor", olen) == 0) {
if (1 == vint) {
if (monStartSystemFp) {