diff options
Diffstat (limited to 'src/net.c')
| -rw-r--r-- | src/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -819,6 +819,7 @@ void* handle_client(void *_arg){ int res_idx = lua_gettop(L);
//handle cookies
+ //TODO: enable and test with valgrind
if(0 && sC != NULL){
lua_newtable(L);
int lcookie = lua_gettop(L);
|
