Explorar el Código

Fix comparision in hfilter

tags/1.0.5
Vsevolod Stakhov hace 8 años
padre
commit
872cde58b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/plugins/lua/hfilter.lua

+ 1
- 1
src/plugins/lua/hfilter.lua Ver fichero

@@ -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,

Cargando…
Cancelar
Guardar