[Openvas-commits] r12220 - in trunk/gsa: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 30 08:28:04 CET 2011
Author: mattm
Date: 2011-11-30 08:28:01 +0100 (Wed, 30 Nov 2011)
New Revision: 12220
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/gsad_omp.c
Log:
* src/gsad_omp.c (create_note_omp): Add missing days init.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2011-11-30 07:03:56 UTC (rev 12219)
+++ trunk/gsa/ChangeLog 2011-11-30 07:28:01 UTC (rev 12220)
@@ -1,5 +1,9 @@
2011-11-30 Matthew Mundell <matthew.mundell at greenbone.net>
+ * src/gsad_omp.c (create_note_omp): Add missing days init.
+
+2011-11-30 Matthew Mundell <matthew.mundell at greenbone.net>
+
* src/gsad_omp.c (create_note_omp, create_override_omp): Set both
GET_REPORT overrides OMP flags from the URL param, so that overrides only
show when "apply overrides" is chosen.
Modified: trunk/gsa/src/gsad_omp.c
===================================================================
--- trunk/gsa/src/gsad_omp.c 2011-11-30 07:03:56 UTC (rev 12219)
+++ trunk/gsa/src/gsad_omp.c 2011-11-30 07:28:01 UTC (rev 12220)
@@ -9138,6 +9138,7 @@
}
text = params_value (params, "text");
+ days = params_value (params, "days");
create_note = g_strdup_printf ("<create_note>"
"<active>%s</active>"
More information about the Openvas-commits
mailing list