fix compile error

This commit is contained in:
Hongze Cheng 2020-12-22 13:36:48 +08:00
parent 4df8f2edf6
commit 1a28a017b4
1 changed files with 9 additions and 9 deletions

View File

@ -171,7 +171,7 @@ int32_t tsEnableStream = 1;
// internal
int32_t tsPrintAuth = 0;
int32_t tscEmbedded = 0;
uint32_t tscEmbedded = 0;
char configDir[TSDB_FILENAME_LEN] = {0};
char tsVnodeDir[TSDB_FILENAME_LEN] = {0};
char tsDnodeDir[TSDB_FILENAME_LEN] = {0};