[Openvas-commits] r6122 - in trunk/gsa: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 10 12:39:28 CET 2009
Author: mwiegand
Date: 2009-12-10 12:39:26 +0100 (Thu, 10 Dec 2009)
New Revision: 6122
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/gsad.c
Log:
* src/gsad.c (exec_omp_get): Increased maximum result count.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2009-12-10 09:18:18 UTC (rev 6121)
+++ trunk/gsa/ChangeLog 2009-12-10 11:39:26 UTC (rev 6122)
@@ -1,3 +1,7 @@
+2009-12-10 Michael Wiegand <michael.wiegand at intevation.de>
+
+ * src/gsad.c (exec_omp_get): Increased maximum result count.
+
2009-12-09 Felix Wolfsteller <felix.wolfsteller at intevation.de>
* src/html/header.m4: Adjusted menu to dynamic pages. (use plural
Modified: trunk/gsa/src/gsad.c
===================================================================
--- trunk/gsa/src/gsad.c 2009-12-10 09:18:18 UTC (rev 6121)
+++ trunk/gsa/src/gsad.c 2009-12-10 11:39:26 UTC (rev 6122)
@@ -1497,7 +1497,7 @@
if (!first_result || sscanf (first_result, "%u", &first) != 1)
first = 1;
if (!max_results || sscanf (max_results, "%u", &max) != 1)
- max = 1000;
+ max = 10000;
if (format != NULL)
{
More information about the Openvas-commits
mailing list