Removed prerule from script [Patrik]

This commit is contained in:
patrik 2011-06-23 11:28:14 +00:00
parent 68bdff3e54
commit af03ca03a2

View file

@ -60,7 +60,6 @@ require 'shortport'
require 'tab'
hostrule = function(host) return smb.get_port(host) ~= nil end
prerule = function() return true end
local function log(msg) stdnse.print_debug(3, msg) end