mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Force stable ordering of output keys in ms-sql-info
This commit is contained in:
parent
81c9062d61
commit
1b92c92092
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue