zapret-lib: minor optimize

This commit is contained in:
bol-van
2026-08-23 15:58:02 +03:00
parent 1c5d49699c
commit c4e4fff4a0
+1 -1
View File
@@ -34,7 +34,7 @@ function luaexec(ctx, desync)
if not res then
error(ret)
else
return ret and ret or VERDICT_PASS -- older nfqws2 failed if desync function returned explicit nil
return ret or VERDICT_PASS -- older nfqws2 failed if desync function returned explicit nil
end
end