mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
copy crypt to client.crypt, see #655
This commit is contained in:
@@ -186,7 +186,7 @@ lreadstdin(lua_State *L) {
|
||||
}
|
||||
|
||||
LUAMOD_API int
|
||||
luaopen_clientsocket(lua_State *L) {
|
||||
luaopen_client_socket(lua_State *L) {
|
||||
luaL_checkversion(L);
|
||||
luaL_Reg l[] = {
|
||||
{ "connect", lconnect },
|
||||
|
||||
Reference in New Issue
Block a user