1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-12 08:26:33 +00:00

more stdnse.print_debug -> stdnse.debug

Manual corrections.
This commit is contained in:
batrick
2014-08-02 03:15:44 +00:00
parent 6e3bde5de5
commit 91a106e7d5
26 changed files with 80 additions and 209 deletions

View File

@@ -81,12 +81,6 @@ local function keys(t)
return ret
end
if stdnse.debug == nil then
-- Backwards compatibility.
-- TODO: remove this after next release
stdnse.debug = stdnse.print_debug
end
action = function(host)
-- Do reverse-DNS lookup of the IP
-- Can't just use host.name because some IPs have multiple PTR records