Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: deduplicate code

This commit is contained in:
bol-van
2026-01-19 16:28:12 +03:00
parent 36ee42bc8c
commit 1359986d29
4 changed files with 348 additions and 497 deletions

View File

@@ -2059,6 +2059,11 @@ int main(int argc, char **argv)
break;
case IDX_LUA_GC:
params.lua_gc = atoi(optarg);
if (params.lua_gc<0)
{
DLOG_ERR("lua-gc must be >=0\n");
exit_clean(1);
}
break;
case IDX_HOSTLIST:
if (bSkip) break;