[Openvas-commits] r11637 - in trunk/openvas-manager: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 19 16:10:23 CEST 2011
Author: mattm
Date: 2011-09-19 16:10:22 +0200 (Mon, 19 Sep 2011)
New Revision: 11637
Modified:
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/src/manage_sql.c
Log:
* src/manage_sql.c (print_report_xml): Add renaming TODO.
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2011-09-19 13:54:49 UTC (rev 11636)
+++ trunk/openvas-manager/ChangeLog 2011-09-19 14:10:22 UTC (rev 11637)
@@ -1,3 +1,7 @@
+2011-09-19 Matthew Mundell <matthew.mundell at greenbone.net>
+
+ * src/manage_sql.c (print_report_xml): Add renaming TODO.
+
2011-09-19 Michael Wiegand <michael.wiegand at greenbone.net>
* CMakeLists.txt: Add -D_FILE_OFFSET_BITS=64 to the default flags to
Modified: trunk/openvas-manager/src/manage_sql.c
===================================================================
--- trunk/openvas-manager/src/manage_sql.c 2011-09-19 13:54:49 UTC (rev 11636)
+++ trunk/openvas-manager/src/manage_sql.c 2011-09-19 14:10:22 UTC (rev 11637)
@@ -15050,6 +15050,7 @@
free (tsk_uuid);
}
+ /** @todo Rename to "hosts" because there will be other types of assets. */
if (type && (strcmp (type, "assets") == 0))
{
iterator_t hosts;
More information about the Openvas-commits
mailing list