From 1b92c92092fad585c976629c8d5c913443cdb148 Mon Sep 17 00:00:00 2001 From: dmiller Date: Sun, 18 Dec 2016 03:47:35 +0000 Subject: [PATCH] Force stable ordering of output keys in ms-sql-info --- scripts/ms-sql-info.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ms-sql-info.nse b/scripts/ms-sql-info.nse index 59ebd4a88..dee176a75 100644 --- a/scripts/ms-sql-info.nse +++ b/scripts/ms-sql-info.nse @@ -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