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:
patrik 2010-11-18 00:06:51 +00:00
parent 38f1689e82
commit fb8ae1ffd0

View file

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