diff --git a/src/common/src/tglobal.c b/src/common/src/tglobal.c index 4f32bd20560f068855929a31cb19c4b47a4dacf1..34ccfbc3fe5c5279fd668663546c8064181daa13 100644 --- a/src/common/src/tglobal.c +++ b/src/common/src/tglobal.c @@ -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) {