1
0
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:
dmiller
2016-12-18 03:47:35 +00:00
parent 81c9062d61
commit 1b92c92092

View File

@@ -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