diff options
| author | fengweihao <[email protected]> | 2021-05-25 15:28:00 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2021-05-25 15:28:00 +0800 |
| commit | 8077136bc7d112727a97ccaee1a9a787e2d67cb8 (patch) | |
| tree | 1df788d4fe39073b485f2b6b0a29509a1dcdb667 /program/src/cert_conf.cpp | |
| parent | 3f0c7edd354ff798dd7bd9d4ff809a2bd96dc9b3 (diff) | |
修复线程初始化顺序导致Redis异步建联失败问题v2.1.8-20210604
Diffstat (limited to 'program/src/cert_conf.cpp')
| -rw-r--r-- | program/src/cert_conf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/src/cert_conf.cpp b/program/src/cert_conf.cpp index 4606603..c4816ff 100644 --- a/program/src/cert_conf.cpp +++ b/program/src/cert_conf.cpp @@ -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; } |
