[Openvas-commits] r5549 - in trunk/openvas-client: . openvas/prefs_dialog
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Oct 15 11:31:03 CEST 2009
Author: mattm
Date: 2009-10-15 11:31:02 +0200 (Thu, 15 Oct 2009)
New Revision: 5549
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/openvas/prefs_dialog/prefs_scope_tree.c
Log:
* openvas/prefs_dialog/prefs_scope_tree.c (scopetree_refresh)
(scopetree_refresh_reports): Add format to omp_get_report call.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-10-15 09:30:05 UTC (rev 5548)
+++ trunk/openvas-client/ChangeLog 2009-10-15 09:31:02 UTC (rev 5549)
@@ -1,3 +1,8 @@
+2009-10-15 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * openvas/prefs_dialog/prefs_scope_tree.c (scopetree_refresh)
+ (scopetree_refresh_reports): Add format to omp_get_report call.
+
2009-10-14 Matthew Mundell <matthew.mundell at intevation.de>
* src/omp-cli.c (print_tasks): New function.
Modified: trunk/openvas-client/openvas/prefs_dialog/prefs_scope_tree.c
===================================================================
--- trunk/openvas-client/openvas/prefs_dialog/prefs_scope_tree.c 2009-10-15 09:30:05 UTC (rev 5548)
+++ trunk/openvas-client/openvas/prefs_dialog/prefs_scope_tree.c 2009-10-15 09:31:02 UTC (rev 5549)
@@ -1412,7 +1412,7 @@
/* Get and save the report. */
- if (omp_get_report (&context->session, id, &response))
+ if (omp_get_report (&context->session, id, "nbe", &response))
{
show_error (_("%s: OMP get_report failed"), __FUNCTION__);
continue;
@@ -1545,7 +1545,7 @@
/* Get and save the report. */
- if (omp_get_report (&context->session, id, &response))
+ if (omp_get_report (&context->session, id, "nbe", &response))
{
show_error (_("%s: OMP get_report failed"), __FUNCTION__);
return;
More information about the Openvas-commits
mailing list