refactor error code

This commit is contained in:
Yihao Deng 2024-07-19 02:21:24 +00:00
parent 64160333bf
commit 01a8412805
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ int32_t dmInit() {
if ((code = dmInitMonitor()) != 0) return code;
if ((code = dmInitAudit()) != 0) return code;
if ((code = dmInitDnode(dmInstance())) != 0) return code;
if ((code = InitRegexCache() != 0)) return code;
#if defined(USE_S3)
if ((code = s3Begin()) != 0) return code;
#endif