Software /
code /
prosody-modules
Changeset
1390:1fcd280c226b
mod_s2s_auth_dane: Remove non-working bogus handling
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 24 Apr 2014 18:32:25 +0200 |
parents | 1389:6bd9681d54b7 |
children | 1391:b183e78aee91 |
files | mod_s2s_auth_dane/mod_s2s_auth_dane.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);