reset blank
This commit is contained in:
parent
2035a93335
commit
1393637dcc
|
@ -318,7 +318,7 @@ bool taosCfgDynamicOptions(char *msg) {
|
||||||
} else {
|
} else {
|
||||||
*((int8_t *)cfg->ptr) = (int8_t)vint;
|
*((int8_t *)cfg->ptr) = (int8_t)vint;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strncasecmp(cfg->option, "monitor", olen) == 0) {
|
if (strncasecmp(cfg->option, "monitor", olen) == 0) {
|
||||||
if (1 == vint) {
|
if (1 == vint) {
|
||||||
if (monStartSystemFp) {
|
if (monStartSystemFp) {
|
||||||
|
|
Loading…
Reference in New Issue