mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Move string utility functions to stringaux.lua
This commit is contained in:
@@ -192,6 +192,6 @@ action = function(host, port)
|
||||
end
|
||||
|
||||
if #output > 0 then
|
||||
return stdnse.strjoin("\n", output)
|
||||
return table.concat(output, "\n")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user