mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
Fixed errors found by nse_check_globals.
This commit is contained in:
@@ -93,7 +93,7 @@ action = function(host, port)
|
||||
local engine = brute.Engine:new(Driver, host, port, opts)
|
||||
engine.options.script_name = SCRIPT_NAME
|
||||
engine.options.firstonly = true
|
||||
status, result = engine:start()
|
||||
local status, result = engine:start()
|
||||
return result
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user