mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 02:19:04 +00:00
Change " \n" to just "\n" where appropriate in NSE. Leading newlines are
no longer removed from script output.
This commit is contained in:
@@ -507,6 +507,6 @@ action = function(host)
|
||||
|
||||
calcfamilies(stats, conf)
|
||||
|
||||
return " \n" .. report(stats)
|
||||
return "\n" .. report(stats)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user