aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-29 10:15:13 +1000
committeronefang2019-12-29 10:15:13 +1000
commitf3bde4c7290095ccea71252433d1b8c495b616e8 (patch)
tree0e003ba9573b18db2fb596e51d923169a4ea7cd6 /apt-panopticon-report-email-web.lua
parentWhitespace++ (diff)
downloadapt-panopticon-f3bde4c7290095ccea71252433d1b8c495b616e8.zip
apt-panopticon-f3bde4c7290095ccea71252433d1b8c495b616e8.tar.gz
apt-panopticon-f3bde4c7290095ccea71252433d1b8c495b616e8.tar.bz2
apt-panopticon-f3bde4c7290095ccea71252433d1b8c495b616e8.tar.xz
Minor cleanups, no logic changes.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index f69ffcd..7d5ce7f 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -634,6 +634,7 @@ if nil == web then C("opening mirrors file - " .. e) else
634 if "" == log then n[l] = w else n[log .. " " .. revDNS(APT.debians, k, l)] = w end 634 if "" == log then n[l] = w else n[log .. " " .. revDNS(APT.debians, k, l)] = w end
635 end 635 end
636 end 636 end
637
637 m[log .. " DNS entries -" .. redirs(APT.mirrors, k)] = n 638 m[log .. " DNS entries -" .. redirs(APT.mirrors, k)] = n
638 end 639 end
639 web:write(APT.dumpTableHTML(m, "")) 640 web:write(APT.dumpTableHTML(m, ""))