mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
applied patch from Thomas Buchanan that fixes a bug in the upnp library that
would incorrectly report ports as open if the connection timed out.
This commit is contained in:
parent
38f1689e82
commit
fb8ae1ffd0
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ Comm = {
|
|||
return true, result
|
||||
end
|
||||
|
||||
if ( #response > 0 ) then
|
||||
if ( status and #response > 0 ) then
|
||||
return true, result[1]
|
||||
else
|
||||
return false, "Received no responses"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue