mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove a \r\r that could be printed by showSMTPversion.nse.
This commit is contained in:
parent
0d372367c0
commit
f35d3e9440
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ action = function(host, port)
|
|||
return
|
||||
end
|
||||
|
||||
return (string.gsub(result, "\n", ""))
|
||||
return (string.gsub(result, "\r?\n", ""))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue