refactor error code
This commit is contained in:
parent
64160333bf
commit
01a8412805
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue