mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 04:49:02 +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:
@@ -442,6 +442,6 @@ action = function(host)
|
||||
sock:ip_close()
|
||||
pcap:pcap_close()
|
||||
|
||||
return " \n" .. report(ports, fwdports)
|
||||
return "\n" .. report(ports, fwdports)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user