mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 14:39:03 +00:00
Force stable ordering of output keys in ms-sql-info
This commit is contained in:
@@ -172,7 +172,7 @@ end
|
||||
|
||||
--- Returns formatted output for the given version data
|
||||
local function create_version_output_table( versionInfo )
|
||||
local versionOutput = {}
|
||||
local versionOutput = stdnse.output_table()
|
||||
|
||||
versionOutput["name"] = versionInfo:ToString()
|
||||
if ( versionInfo.source ~= "SSRP" ) then
|
||||
|
||||
Reference in New Issue
Block a user