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