1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Comment update in ovs-agent-version.nse.

This commit is contained in:
david
2012-06-12 14:41:51 +00:00
parent 3012e3354b
commit 2be8b1832e

View File

@@ -58,7 +58,7 @@ function action(host, port)
end
-- So much for version 2.2. If the response to GET was 501, then we may
-- have a version 3.0.
-- have a version 3.0 or 3.0.1.
if not (response.status == 501) then
return
end