From 1393637dccfd1488d225a906b77685c836e2e26d Mon Sep 17 00:00:00 2001 From: tickduan <417921451@qq.com> Date: Thu, 22 Jul 2021 19:59:34 +0800 Subject: [PATCH] reset blank --- src/common/src/tglobal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/src/tglobal.c b/src/common/src/tglobal.c index 4f32bd2056..34ccfbc3fe 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) { -- GitLab