1
0
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:
fyodor
2007-08-11 04:25:33 +00:00
parent 65e680a634
commit f8e6e9f46b

View File

@@ -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