From bc280afbc1e5fe591f73c937ed5c9763168a6fc5 Mon Sep 17 00:00:00 2001 From: xiyoo0812 Date: Tue, 19 Sep 2023 16:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84mysql=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/luabus/src/lua_socket_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/luabus/src/lua_socket_node.cpp b/core/luabus/src/lua_socket_node.cpp index b6ee069c..d18f2cc6 100644 --- a/core/luabus/src/lua_socket_node.cpp +++ b/core/luabus/src/lua_socket_node.cpp @@ -2,7 +2,7 @@ #include "lua_socket_node.h" lua_socket_node::lua_socket_node(uint32_t token, lua_State* L, stdsptr mgr, stdsptr router, eproto_type type) - : m_token(token), m_mgr(mgr), m_router(router), m_type(type) { + : m_token(token), m_type(type), m_mgr(mgr), m_router(router) { m_stoken = (m_token & 0xffff) << 16; m_lvm = std::make_shared(L); m_mgr->get_remote_ip(m_token, m_ip);