diff options
| author | ame <[email protected]> | 2024-05-25 04:08:59 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-05-25 04:08:59 -0500 |
| commit | 152b605c856112b074dc7b41651424c4170fc067 (patch) | |
| tree | 44c36c7d38ae68f562a0290c26bae4a79ab87f1e /src/net.c | |
| parent | ce5051ab905a1751effebb8658caf9ed15b2be62 (diff) | |
fixed deepcopy
Diffstat (limited to 'src/net.c')
| -rw-r--r-- | src/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -754,7 +754,7 @@ void* handle_client(void *_arg){ lua_getglobal(args->L, "_G");
//time_start(copy)
- i_dcopy(args->L, L, NULL);
+ luaI_deepcopy(args->L, L, NULL, 0);
//time_end("copy", copy)
lua_settop(args->L, old_top);
|
