修复线程初始化顺序导致Redis异步建联失败问题

This commit is contained in:
fengweihao
2021-05-25 15:28:00 +08:00
parent 3f0c7edd35
commit 8077136bc7
2 changed files with 15 additions and 8 deletions

View File

@@ -123,7 +123,6 @@ static int load_module_config(const char *config)
mesa_runtime_log(RLOG_LV_FATAL, MODULE_NAME, "Certsotre redis port invalid");
goto finish;
}
finish:
return xret;
}