mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
merge soc07 r4942 - corrected error in finger which caused truncated results
This commit is contained in:
parent
65e680a634
commit
f8e6e9f46b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ action = function(host, port)
|
|||
status, results = socket:receive_lines(100)
|
||||
socket:close()
|
||||
|
||||
if status then
|
||||
if not(status) then
|
||||
return results
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue