Przeglądaj źródła

Fix comparision in hfilter

tags/1.0.5
Vsevolod Stakhov 8 lat temu
rodzic
commit
872cde58b0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/plugins/lua/hfilter.lua

+ 1
- 1
src/plugins/lua/hfilter.lua Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz