瀏覽代碼

Fix comparision in hfilter

tags/1.0.5
Vsevolod Stakhov 8 年之前
父節點
當前提交
872cde58b0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/plugins/lua/hfilter.lua

+ 1
- 1
src/plugins/lua/hfilter.lua 查看文件

@@ -213,7 +213,7 @@ local function check_host(task, host, symbol_suffix, eq_ip, eq_host)
end
end

if not failed_address >= 2 then
if failed_address >= 2 then
-- No A or AAAA records
task:get_resolver():resolve_mx({
task = task,

Loading…
取消
儲存