mirror of
https://github.com/nmap/nmap.git
synced 2026-02-07 14:06:33 +00:00
Replace inline tabs with spaces.
Left some in the @output section, since libraries are apparently emitting tab-separated tables (mysql or mssql) https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -40,10 +40,10 @@ action = function(host, port)
|
||||
local helper = ncp.Helper:new(host,port)
|
||||
|
||||
local status, resp = helper:connect()
|
||||
if ( not(status) ) then return stdnse.format_output(false, resp) end
|
||||
if ( not(status) ) then return stdnse.format_output(false, resp) end
|
||||
|
||||
status, resp = helper:getServerInfo()
|
||||
if ( not(status) ) then return stdnse.format_output(false, resp) end
|
||||
if ( not(status) ) then return stdnse.format_output(false, resp) end
|
||||
|
||||
helper:close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user