mirror of
https://github.com/bol-van/zapret2.git
synced 2026-08-28 21:02:17 +04:00
zapret-lib: minor optimize
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user