mod_s2s_auth_dane/mod_s2s_auth_dane.lua
changeset 1390 1fcd280c226b
parent 1389 6bd9681d54b7
child 1391 b183e78aee91
--- 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);