[Openvas-commits] r11951 - in trunk/openvas-manager: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 2 18:25:05 CET 2011
Author: mattm
Date: 2011-11-02 18:25:03 +0100 (Wed, 02 Nov 2011)
New Revision: 11951
Modified:
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/src/manage_sql.c
Log:
* src/manage_sql.c (print_report_xml): Correct detail descriptions in
assets case.
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2011-11-02 16:56:27 UTC (rev 11950)
+++ trunk/openvas-manager/ChangeLog 2011-11-02 17:25:03 UTC (rev 11951)
@@ -1,3 +1,8 @@
+2011-11-02 Matthew Mundell <matthew.mundell at greenbone.net>
+
+ * src/manage_sql.c (print_report_xml): Correct detail descriptions in
+ assets case.
+
2011-11-01 Matthew Mundell <matthew.mundell at greenbone.net>
* src/manage_sql.c (print_report_xml): In the prognostic case, use the
Modified: trunk/openvas-manager/src/manage_sql.c
===================================================================
--- trunk/openvas-manager/src/manage_sql.c 2011-11-02 16:56:27 UTC (rev 11950)
+++ trunk/openvas-manager/src/manage_sql.c 2011-11-02 17:25:03 UTC (rev 11951)
@@ -16195,7 +16195,7 @@
"<source>"
"<type></type>"
"<name>openvasmd</name>"
- "<description>Number of highs</description>"
+ "<description>Number of mediums</description>"
"</source>"
"</detail>",
warnings);
@@ -16207,7 +16207,7 @@
"<source>"
"<type></type>"
"<name>openvasmd</name>"
- "<description>Number of highs</description>"
+ "<description>Number of lows</description>"
"</source>"
"</detail>",
infos);
@@ -16585,7 +16585,7 @@
"<source>"
"<type></type>"
"<name>openvasmd</name>"
- "<description>Number of highs</description>"
+ "<description>Number of mediums</description>"
"</source>"
"</detail>",
h_warnings);
@@ -16597,7 +16597,7 @@
"<source>"
"<type></type>"
"<name>openvasmd</name>"
- "<description>Number of highs</description>"
+ "<description>Number of lows</description>"
"</source>"
"</detail>",
h_infos);
More information about the Openvas-commits
mailing list