diff --git a/scripts/clock-skew.nse b/scripts/clock-skew.nse index 3c9068e07..f19fed473 100644 --- a/scripts/clock-skew.nse +++ b/scripts/clock-skew.nse @@ -60,9 +60,7 @@ hostrule = function(host) end postrule = function() - local tmp = nmap.registry.clock_skews and #nmap.registry.clock_skews > 0 - stdnse.debug1("rule returns %s", tmp) - return tmp + return nmap.registry.clock_skews and #nmap.registry.clock_skews > 0 end local function format_host (host)