mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 02:19:04 +00:00
Move string utility functions to stringaux.lua
This commit is contained in:
@@ -88,7 +88,7 @@ action = function(host, port)
|
||||
end
|
||||
|
||||
for _, v in ipairs( mounts ) do
|
||||
local entry = v.name .. " " .. stdnse.strjoin(" ", v)
|
||||
local entry = v.name .. " " .. table.concat(v, " ")
|
||||
table.insert( result, entry )
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user