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

zapret-lib: typo

This commit is contained in:
bol-van
2025-12-02 21:55:09 +03:00
parent 18974e6c1f
commit 63414f8608

View File

@@ -44,7 +44,7 @@ function apply_execution_plan(desync, plan)
desync.func_instance = plan.func_instance
desync.arg = plan.arg
end
-- redo what whould be done without orcestration
-- redo what whould be done without orchestration
function replay_execution_plan(desync, plan)
for i=1,#plan do
if not payload_match_filter(desync.l7payload, plan[i].payload_filter) then