# HG changeset patch # User Kim Alvefur # Date 1398357145 -7200 # Node ID 1fcd280c226b2446df6a38936da9fcaf15074d45 # Parent 6bd9681d54b74856ebf25d2cb017da5ebb7a80f5 mod_s2s_auth_dane: Remove non-working bogus handling diff -r 6bd9681d54b7 -r 1fcd280c226b mod_s2s_auth_dane/mod_s2s_auth_dane.lua --- a/mod_s2s_auth_dane/mod_s2s_auth_dane.lua Thu Apr 24 18:19:09 2014 +0200 +++ b/mod_s2s_auth_dane/mod_s2s_auth_dane.lua Thu Apr 24 18:32:25 2014 +0200 @@ -71,7 +71,7 @@ dns_lookup(function(dane_answer) n = n - 1; if dane_answer.bogus then - t_insert(dane, { bogus = dane_answer.bogus }); + -- How to handle this? elseif dane_answer.secure then for _, record in ipairs(dane_answer) do t_insert(dane, record);