aboutsummaryrefslogtreecommitdiff
path: root/src/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c2
1 files changed, 1 insertions, 1 deletions
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);