fix compile error
This commit is contained in:
parent
4df8f2edf6
commit
1a28a017b4
|
@ -171,7 +171,7 @@ int32_t tsEnableStream = 1;
|
||||||
|
|
||||||
// internal
|
// internal
|
||||||
int32_t tsPrintAuth = 0;
|
int32_t tsPrintAuth = 0;
|
||||||
int32_t tscEmbedded = 0;
|
uint32_t tscEmbedded = 0;
|
||||||
char configDir[TSDB_FILENAME_LEN] = {0};
|
char configDir[TSDB_FILENAME_LEN] = {0};
|
||||||
char tsVnodeDir[TSDB_FILENAME_LEN] = {0};
|
char tsVnodeDir[TSDB_FILENAME_LEN] = {0};
|
||||||
char tsDnodeDir[TSDB_FILENAME_LEN] = {0};
|
char tsDnodeDir[TSDB_FILENAME_LEN] = {0};
|
||||||
|
|
Loading…
Reference in New Issue