[Openvas-commits] r11634 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 19 12:50:38 CEST 2011
Author: hdoreau
Date: 2011-09-19 12:50:33 +0200 (Mon, 19 Sep 2011)
New Revision: 11634
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/gb_tcptrack_detect.nasl
Log:
* scripts/gb_tcptrack_detect.nasl: Fixed wrong variable name.
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2011-09-19 10:48:36 UTC (rev 11633)
+++ trunk/openvas-plugins/ChangeLog 2011-09-19 10:50:33 UTC (rev 11634)
@@ -1,5 +1,9 @@
2011-09-19 Henri Doreau <henri.doreau at gmail.com>
+ * scripts/gb_tcptrack_detect.nasl: Fixed wrong variable name.
+
+2011-09-19 Henri Doreau <henri.doreau at gmail.com>
+
* scripts/gb_tcptrack_detect.nasl,
scripts/gb_ibm_openadmin_tool_detect.nasl: Directly build and register CPEs.
Modified: trunk/openvas-plugins/scripts/gb_tcptrack_detect.nasl
===================================================================
--- trunk/openvas-plugins/scripts/gb_tcptrack_detect.nasl 2011-09-19 10:48:36 UTC (rev 11633)
+++ trunk/openvas-plugins/scripts/gb_tcptrack_detect.nasl 2011-09-19 10:50:33 UTC (rev 11634)
@@ -80,7 +80,7 @@
{
## Set the version in kb
set_kb_item(name:"Tcptrack/Ver", value:tcptVer[1]);
- security_note(data:"Tcptrack version " + sharkVer[1] +
+ security_note(data:"Tcptrack version " + tcptVer[1] +
" installed at location " + binaryName + " was detected on the host");
## build cpe and store it as host_detail
More information about the Openvas-commits
mailing list