[Openvas-commits] r11692 - in trunk/gsa: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 26 18:00:20 CEST 2011
Author: mattm
Date: 2011-09-26 18:00:19 +0200 (Mon, 26 Sep 2011)
New Revision: 11692
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/gsad_omp.c
Log:
* src/gsad_omp.c (get_report_omp): Correct format specifier.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2011-09-26 14:07:51 UTC (rev 11691)
+++ trunk/gsa/ChangeLog 2011-09-26 16:00:19 UTC (rev 11692)
@@ -1,5 +1,9 @@
2011-09-26 Matthew Mundell <matthew.mundell at greenbone.net>
+ * src/gsad_omp.c (get_report_omp): Correct format specifier.
+
+2011-09-26 Matthew Mundell <matthew.mundell at greenbone.net>
+
* src/gsad.c (init_validator): Replace \\R with (?s) in regexps.
2011-09-26 Henri Doreau <henri.doreau at greenbone.net>
Modified: trunk/gsa/src/gsad_omp.c
===================================================================
--- trunk/gsa/src/gsad_omp.c 2011-09-26 14:07:51 UTC (rev 11691)
+++ trunk/gsa/src/gsad_omp.c 2011-09-26 16:00:19 UTC (rev 11692)
@@ -8085,8 +8085,8 @@
" report_id=\"%s\""
" delta_report_id=\"%s\""
" format=\"XML\""
- " first_result=\"%u\""
- " max_results=\"%u\""
+ " first_result=\"%s\""
+ " max_results=\"%s\""
" levels=\"hmlg\""
" search_phrase=\"%s\"/>",
report_id,
More information about the Openvas-commits
mailing list