refactor error code

This commit is contained in:
Yihao Deng 2024-07-18 05:30:39 +00:00
parent ac7e64f178
commit 51853914b5
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ int mainWindows(int argc, char **argv) {
} }
if (global.checkS3) { if (global.checkS3) {
int32_t code = dmCheckS3(); code = dmCheckS3();
taosCleanupCfg(); taosCleanupCfg();
taosCloseLog(); taosCloseLog();
taosCleanupArgs(); taosCleanupArgs();