diff options
| author | ame <[email protected]> | 2024-11-07 01:47:00 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-11-07 01:47:00 -0600 |
| commit | bbaf2ecb5ca47d9eaf098a183cd197e536d20a02 (patch) | |
| tree | 967134a4369fff5f6297b2a6108bc950fcf4ebbe /src/net.h | |
| parent | 7c920f7f22a26e377aa9eab0f56ca45caddf7217 (diff) | |
fix two errors/'crashes'
Diffstat (limited to 'src/net.h')
| -rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ int start_serv(lua_State* L, int port); //
static char* http_codes[600] = {0};
-extern volatile size_t threads;
-
static const luaL_Reg net_function_list [] = {
{"listen",l_listen},
|
