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 a21579c..6944805 100644
--- a/src/net.c
+++ b/src/net.c
@@ -721,7 +721,7 @@ void* handle_client(void *_arg){
luaI_tsetv(L, req_idx, "cookies", lcookie);
parray_clear(cookie, STR);
- parray_remove(table, "Cookie", NONE);
+ parray_remove(table, "Cookie", STR);
}
lua_pushlightuserdata(L, file_cont);