mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Move string utility functions to stringaux.lua
This commit is contained in:
@@ -125,7 +125,7 @@ action = function(host, port)
|
||||
for index, test in ipairs(result) do
|
||||
table.insert(final, test)
|
||||
end
|
||||
return stdnse.strjoin("\n ", final)
|
||||
return table.concat(final, "\n ")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user