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 | 237fcfbd61a9895326538a274f025d9ed57a3903 (patch) | |
| tree | 44c36c7d38ae68f562a0290c26bae4a79ab87f1e /src/net.c | |
| parent | 8d169e81694b587a425993cb11297e8a9183b37c (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);
|
