| 1507 | } |
| 1508 | |
| 1509 | void resetLuaClient(void) { |
| 1510 | /* After the script done, remove the MULTI state. */ |
| 1511 | server.lua_client->flags &= ~CLIENT_MULTI; |
| 1512 | } |
| 1513 | |
| 1514 | void evalGenericCommand(client *c, int evalsha) { |
| 1515 | lua_State *lua = server.lua; |
no outgoing calls
no test coverage detected