From 2be8b1832eaa9eb961546608876d63ea70d1720e Mon Sep 17 00:00:00 2001 From: david Date: Tue, 12 Jun 2012 14:41:51 +0000 Subject: [PATCH] Comment update in ovs-agent-version.nse. --- scripts/ovs-agent-version.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ovs-agent-version.nse b/scripts/ovs-agent-version.nse index 43a292e35..78da5b5e6 100644 --- a/scripts/ovs-agent-version.nse +++ b/scripts/ovs-agent-version.nse @@ -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