From 90a2acc2f0c9d3904e1dea737e45ef6b10f96a22 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 13 Jun 2024 00:01:51 -0500 Subject: working on deepcopy ub --- src/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net.c') diff --git a/src/net.c b/src/net.c index 36deb0f..cbaf789 100644 --- a/src/net.c +++ b/src/net.c @@ -754,7 +754,7 @@ void* handle_client(void *_arg){ lua_getglobal(args->L, "_G"); //time_start(copy) - luaI_deepcopy(args->L, L, NULL, 0); + luaI_deepcopy(args->L, L, 0); //time_end("copy", copy) lua_settop(args->L, old_top); -- cgit v1.2.3