mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 01:19:03 +00:00
merge soc07 r4942 - corrected error in finger which caused truncated results
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user