[Openvas-commits] r5463 - in trunk/openvas-manager: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 9 16:21:18 CEST 2009
Author: mattm
Date: 2009-10-09 16:21:16 +0200 (Fri, 09 Oct 2009)
New Revision: 5463
Modified:
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/src/tasks_sql.h
Log:
* src/tasks_sql.h (report_holes): Add missing arg to call.
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2009-10-09 13:22:41 UTC (rev 5462)
+++ trunk/openvas-manager/ChangeLog 2009-10-09 14:21:16 UTC (rev 5463)
@@ -1,5 +1,9 @@
2009-10-09 Matthew Mundell <matthew.mundell at intevation.de>
+ * src/tasks_sql.h (report_holes): Add missing arg to call.
+
+2009-10-09 Matthew Mundell <matthew.mundell at intevation.de>
+
Add support for storing files referenced in preferences, and sending
of the files to the scanner.
Modified: trunk/openvas-manager/src/tasks_sql.h
===================================================================
--- trunk/openvas-manager/src/tasks_sql.h 2009-10-09 13:22:41 UTC (rev 5462)
+++ trunk/openvas-manager/src/tasks_sql.h 2009-10-09 14:21:16 UTC (rev 5463)
@@ -1915,7 +1915,8 @@
" AND results.ROWID = report_results.result"
" AND report_results.report = %llu"
" AND results.host = '%s';",
- report);
+ report,
+ host);
else
*holes = sql_int (0, 0,
"SELECT count(*) FROM results, report_results"
More information about the Openvas-commits
mailing list