1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-18 13:39:02 +00:00

Fix bug in displaying timestamp in openwebnet-discovery

This commit is contained in:
dmiller
2018-03-02 04:54:42 +00:00
parent 4985033a3d
commit 7a9bd8e6ab

View File

@@ -184,7 +184,7 @@ local function format_dimensions(res)
if res["Date and Time"] then if res["Date and Time"] then
local params = { local params = {
"hour", "min", "sec", "msec", "dayOfWeek", "year", "month", "day" "hour", "min", "sec", "msec", "dayOfWeek", "day", "month", "year"
} }
local values = {} local values = {}