copy crypt to client.crypt, see #655

This commit is contained in:
Cloud Wu
2017-06-06 13:54:43 +08:00
parent 4e54a27500
commit 1328895ff9
7 changed files with 13 additions and 8 deletions

View File

@@ -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 },