From f286f7d718e8ff43fbd77e98b617a20cf05d46c3 Mon Sep 17 00:00:00 2001 From: Apex Liu Date: Wed, 23 Aug 2017 03:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/tp_core/core/ts_main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/tp_core/core/ts_main.cpp b/server/tp_core/core/ts_main.cpp index e9966a9..87dba8c 100644 --- a/server/tp_core/core/ts_main.cpp +++ b/server/tp_core/core/ts_main.cpp @@ -288,8 +288,7 @@ int ts_main(void) g_exit_flag = true; } - if (!g_exit_flag) - { + if (!g_exit_flag) { ts_web_rpc_register_core(); EXLOGV("[core] ---- initialized, ready for service ----\n");